From 4a3c9c8860820727aeb804277e12e8de69ddf9c7 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Sat, 21 Aug 2021 15:25:40 -0400 Subject: [PATCH] chore: debugged entrypoints to NEURON, NetPyNe images --- Dockerfile-netpyne | 2 +- Dockerfile-neuron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-netpyne b/Dockerfile-netpyne index 82ecb8b..3e36421 100644 --- a/Dockerfile-netpyne +++ b/Dockerfile-netpyne @@ -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 [] diff --git a/Dockerfile-neuron b/Dockerfile-neuron index 31fa60a..7f9eef1 100644 --- a/Dockerfile-neuron +++ b/Dockerfile-neuron @@ -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 []