diff --git a/Dockerfile b/Dockerfile index bedea905..472c772c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV PIP_CACHE_DIR /work/.cache/pip ENV JUPYTER_RUNTIME_DIR /work/.cache/jupyter/runtime ENV JUPYTER_CONFIG_DIR /work/.cache/jupyter/config -RUN $HOME/.poetry/bin/poetry config settings.virtualenvs.path $POETRY_CACHE +RUN $HOME/.poetry/bin/poetry config virtualenvs.path $POETRY_CACHE ENV PATH /root/.poetry/bin:/bin:/usr/local/bin:/usr/bin diff --git a/Dockerfile_gpu b/Dockerfile_gpu index 6c962373..9b9755e6 100644 --- a/Dockerfile_gpu +++ b/Dockerfile_gpu @@ -184,7 +184,7 @@ ENV JUPYTER_RUNTIME_DIR /work/.cache/jupyter/runtime ENV JUPYTER_CONFIG_DIR /work/.cache/jupyter/config -RUN $HOME/.poetry/bin/poetry config settings.virtualenvs.path $POETRY_CACHE +RUN $HOME/.poetry/bin/poetry config virtualenvs.path $POETRY_CACHE ENV PATH /root/.poetry/bin:/bin:/usr/local/bin:/usr/bin