Skip to content

Commit 6f79b4f

Browse files
committed
Compile the MOD files from morphosonic
1 parent 1ea87b8 commit 6f79b4f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ services:
1919
files (including a .py file)","type":"data:*/*"}}}'
2020
io.simcore.outputs: '{"outputs":{"output_1":{"displayOrder":1.0,"label":"output_1_label","description":"The
2121
input 1 description","type":"data:*/*"}}}'
22-
org.label-schema.build-date: 2025-03-07T15:38:21+0000
22+
org.label-schema.build-date: 2025-03-07T15:52:24+0000
2323
org.label-schema.schema-version: '1.0'
24-
org.label-schema.vcs-ref: 416e2c5b2f336cb7731ed920b2ca83f72c13d4a1
24+
org.label-schema.vcs-ref: 1ea87b89386e01c63a1463e91983180bd6d1cc55
2525
org.label-schema.vcs-url: https://github.com/ITISFoundation/pymorphosonic.git
2626
simcore.service.restart-policy: no-restart
2727
simcore.service.paths-mapping: '{"inputs_path":"/home/scu/work/inputs","outputs_path":"/home/scu/work/outputs"}'

docker/python/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ WORKDIR /home/${SC_USER_NAME}
3131
RUN pip install -e git+https://github.com/tjjlemaire/PySONIC.git@aff881012b83731e7139aa1994f5dff358525700#egg=pysonic
3232
RUN pip install -e git+https://github.com/tjjlemaire/MorphoSONIC.git@64a0a2325ec8a1cfa90ce5595ea93301e4a1ff91#egg=morphosonic
3333

34+
RUN cd /home/scu/src/morphosonic/MorphoSONIC/nmodl && \
35+
nrnivmodl
36+
3437
# copy docker bootup scripts
3538
COPY --chown=${SC_USER_NAME}:${SC_USER_NAME} docker/python/*.sh docker/
3639
# copy src code

validation/output/output_data.zip

22 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)