Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh authored Jun 19, 2024
1 parent 266c319 commit cb02e77
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 @@ -41,7 +41,7 @@ RUN source /venv/bin/activate && pip install --user --no-cache-dir . \
&& mamba install -c anaconda -c defaults tensorflow<2.15.0 tensorflow-estimator

# build image
FROM debian:bookworm-slim AS runtime-image
FROM debian:bullseye-slim AS runtime-image

COPY --from=compile-image /root/.local /root/.local
ENV PATH=/root/.local/bin:$PATH
Expand Down

0 comments on commit cb02e77

Please sign in to comment.