From 6894073a89c6c6387b512aa3c05a06b3fa4c3a44 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Fri, 8 May 2020 17:21:14 +1000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05491fa..d845dbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,10 +66,9 @@ RUN julia -e 'import Pkg; Pkg.update()' && \ RUN /opt/conda/bin/pip install julia RUN python -c "import julia; julia.install()" RUN echo "redo" -RUN /opt/conda/bin/pip install rickpy -RUN /opt/conda/bin/pip install git+https://github.com/scidash/sciunit@dev -RUN echo "Redo 1" -WORKDIR $HOME/work +# RUN /opt/conda/bin/pip install rickpy +# RUN /opt/conda/bin/pip install git+https://github.com/scidash/sciunit@dev +RUN /opt/conda/bin/pip install git+https://github.com/scidash/sciunit@dev#egg=sciunit-9999 RUN git clone -b unittest https://github.com/russelljjarvis/NeuronunitOpt WORKDIR NeuronunitOpt RUN /opt/conda/bin/pip install -e . -- GitLab