Skip to content
Snippets Groups Projects
Commit fc42b20b authored by George Andreou's avatar George Andreou
Browse files

Update Dockerfile

parent 3b820d4e
No related branches found
No related tags found
No related merge requests found
Pipeline #123 failed with stage
in 4 seconds
...@@ -8,6 +8,7 @@ ENV PYTHONPATH $NEURONHOME/lib64/python:$PYTHONPATH ...@@ -8,6 +8,7 @@ ENV PYTHONPATH $NEURONHOME/lib64/python:$PYTHONPATH
ENV PATH $NEURONHOME/x86_64/bin:$PATH ENV PATH $NEURONHOME/x86_64/bin:$PATH
ADD . /tmp ADD . /tmp
RUN ls /tmp
RUN /tmp/install_nest.sh RUN /tmp/install_nest.sh
#COPY install_neuron.sh /tmp/ #COPY install_neuron.sh /tmp/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment