diff --git a/Dockerfile b/Dockerfile index d9ebd9ce10b03a8877505384fc60751206e22596..535eb31fe9a7eade7216324bb12ce02798fa5885 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,7 +96,7 @@ RUN conda install --quiet --yes \ 'periodic-table-plotter' 'atomicfile' \ && pip install --no-cache-dir jupyter-jsmol \ && pip install --no-cache-dir git+https://github.com/modl-uclouvain/fireworks.git \ - && pip install --no-cache-dir git+https://github.com/modl-uclouvain/jupyter-fireworks-proxy.git \ + && pip install --no-cache-dir jupyter-fireworks-proxy \ && pip install --no-cache-dir git+https://github.com/gpetretto/abiflows.git@develop \ && conda clean --all -f -y \ && fix-permissions "${CONDA_DIR}" \