mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
b1d7369188
Former-commit-id: 9be6ae28812816464eddce68a0062f999e10acdb [formerly 966d86bf049bf9b798fa4c39b59f0d0f54a290b3] Former-commit-id: 85c6a59cf9126b2da4394de780271a56b3dd242b
13 lines
379 B
Docker
13 lines
379 B
Docker
FROM python:3
|
|
|
|
# WORKDIR /workspace
|
|
|
|
# RUN pip install --upgrade pip --no-input
|
|
# RUN curl -sSL https://install.python-poetry.org | python3 -
|
|
|
|
# RUN echo 'export PATH="$PATH:/root/.local/bin"' >> /root/.bashrc
|
|
# RUN echo '/root/.local/bin/poetry install --no-interaction' >> /root/.bashrc
|
|
# RUN echo '/root/.local/bin/poetry shell' >> /root/.bashrc
|
|
|
|
# SHELL ["/bin/bash", "-ec"]
|