diff --git a/Dockerfile b/Dockerfile index 173e596..28a134a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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