Skip to content
Snippets Groups Projects
Unverified Commit 28bd9768 authored by Russell Jarvis's avatar Russell Jarvis Committed by GitHub
Browse files

Update Dockerfile

parent d88e5218
No related branches found
No related tags found
No related merge requests found
......@@ -78,16 +78,11 @@ WORKDIR $HOME/work
ADD . SpikingNeuralNetworks
WORKDIR SpikingNeuralNetworks/examples
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 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
USER $NB_UID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment