Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Morin <[email protected]>
  • Loading branch information
lucas-morin committed Feb 22, 2024
1 parent b15f7bb commit a5a7d28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

FROM python:3.11-slim-bullseye AS base


ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1
Expand Down Expand Up @@ -53,12 +52,3 @@ RUN --mount=type=cache,id=cache,sharing=locked,target=/root/.cache \
# Optionally update dependencies
bash -c "[ ${DEPENDENCY_VERSION} != '0' ] && poetry update --no-dev || true" \
&& poetry install
# Skip dev dependencies
#--without dev


#RUN --mount=type=cache,id=cache,sharing=locked,target=/root/.cache \
# --mount=type=secret,id=poetry-config-toml,dst=/root/.config/pypoetry/config.toml \
# --mount=type=secret,id=poetry-auth-toml,dst=/root/.config/pypoetry/auth.toml \
# --mount=type=ssh \
# poetry run pip install git+ssh:https://[email protected]/VWE/image-segmentation@vwe/for-external-git

0 comments on commit a5a7d28

Please sign in to comment.