Skip to content

Commit

Permalink
chore: debugged entrypoints to NEURON, NetPyNe images
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 21, 2021
1 parent 66a129b commit 4a3c9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-netpyne
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ RUN pip install /root/Biosimulators_pyNeuroML[netpyne] \
RUN pip install "netpyne==${SIMULATOR_VERSION}"

# Entrypoint
ENTRYPOINT ["/bin/bash", "/xvfb-startup.sh", "/opt/conda/envs/py39/bin/biosimulators-netpyne"]
ENTRYPOINT ["/bin/bash", "/xvfb-startup.sh", "biosimulators-netpyne"]
CMD []
2 changes: 1 addition & 1 deletion Dockerfile-neuron
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ RUN pip install /root/Biosimulators_pyNeuroML[neuron] \
&& rm -rf /root/Biosimulators_pyNeuroML

# Entrypoint
ENTRYPOINT ["/bin/bash", "/xvfb-startup.sh", "/opt/conda/envs/py39/bin/biosimulators-neuron"]
ENTRYPOINT ["/bin/bash", "/xvfb-startup.sh", "biosimulators-neuron"]
CMD []

0 comments on commit 4a3c9c8

Please sign in to comment.