Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Jun 19, 2024
1 parent 1122ca4 commit e0cb74a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ RUN conda clean --all &&\

# build piranha
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
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

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

0 comments on commit e0cb74a

Please sign in to comment.