Skip to content

Commit

Permalink
Fix poetry install in worker image (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin authored Jan 4, 2023
1 parent efe634a commit 34d028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.potree
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip3 install --upgrade pip
ENV POETRY_VERSION=1.1.13
ENV POETRY_HOME=/opt/poetry
ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN poetry config virtualenvs.create false
COPY pyproject.toml poetry.lock ./
RUN poetry install
Expand Down

0 comments on commit 34d028e

Please sign in to comment.