Skip to content

Commit

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

# build image
FROM debian:bookworm-slim AS runtime-image
Expand Down

0 comments on commit 266c319

Please sign in to comment.