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

Update Dockerfile

parent fc42b20b
No related branches found
No related tags found
No related merge requests found
Pipeline #124 failed with stage
in 2 seconds
......@@ -7,14 +7,14 @@ ENV NESTHOME /opt/app-root/lib/nest/
ENV PYTHONPATH $NEURONHOME/lib64/python:$PYTHONPATH
ENV PATH $NEURONHOME/x86_64/bin:$PATH
ADD . /tmp
COPY install_nest.sh /tmp
RUN ls /tmp
RUN /tmp/install_nest.sh
#COPY install_neuron.sh /tmp/
COPY install_neuron.sh /tmp/
RUN /tmp/install_neuron.sh
#COPY install_sda_flex.sh /tmp/
COPY install_sda_flex.sh /tmp/
RUN /tmp/install_sda_flex.sh
USER 0
......
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