From 31bcc364d6b0672746b3acaf33938657411eede7 Mon Sep 17 00:00:00 2001 From: Adam Fekete <fekad@users.noreply.github.com> Date: Sun, 23 May 2021 03:12:05 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9ebd9c..535eb31 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}" \ -- GitLab