From c23bbe7a48d7577583b794063cab48d822c3c96b Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Sat, 18 Apr 2020 11:09:39 +1000
Subject: [PATCH] docker file altered

---
 Dockerfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 1b8b6a3..60a7a5f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -70,6 +70,7 @@ 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 echo "redo"
 RUN git clone -b unittest https://github.com/russelljjarvis/NeuronunitOpt
 WORKDIR NeuronunitOpt
 RUN /opt/conda/bin/pip install -e .
@@ -83,11 +84,11 @@ RUN julia -e "using Pkg;Pkg.clone(\"https://github.com/gsoleilhac/NSGAII.jl\")"
 # RUN python simple_with_injection.py
 RUN julia install.jl
 
-RUN julia lhhneuron.jl
+#RUN julia lhhneuron.jl
+
+USER root chown -R jovyan $HOME
 
 RUN conda clean --all -f -y && \
     fix-permissions $CONDA_DIR && \
     fix-permissions /home/$NB_USER
-USER root chown -R jovyan $HOME
-
 USER $NB_UID
\ No newline at end of file
-- 
GitLab