From 8bd2fa776951100a6e5862b12fddac62c760f6c5 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Sun, 12 Apr 2020 20:11:32 +1000 Subject: [PATCH] everything working now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d2901a..1b8b6a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ WORKDIR SpikingNeuralNetworks/examples RUN julia -e "using Pkg;Pkg.clone(\"https://github.com/gsoleilhac/NSGAII.jl\")" -RUN python simple_with_injection.py +# RUN python simple_with_injection.py RUN julia install.jl RUN julia lhhneuron.jl -- GitLab