Skip to content

Commit

Permalink
build: add flag local
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlin2013 committed Feb 2, 2023
1 parent 92f63c7 commit 3f93073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt update && \
gfortran libblas-dev liblapack-dev graphviz

RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.3.2 && \
poetry config virtualenvs.create false && \
poetry config virtualenvs.create false --local && \
poetry install -vvv --without dev --all-extras

RUN apt-get -y clean && \
Expand Down

0 comments on commit 3f93073

Please sign in to comment.