Skip to content

Commit f480acb

Browse files
committed
Merge branch 'dev_netpyne_updates' of github.com:OpenSourceBrain/OSBv2 into dev_netpyne_updates
2 parents 2331908 + 1860ff5 commit f480acb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

applications/netpyne/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ RUN yarn build-dev
1616
### Download on a separate stage to run in parallel with buildkit
1717
FROM quay.io/jupyter/base-notebook:python-3.12 AS downloads
1818
USER root
19-
RUN apt-get update -qq && apt-get install aria2 -y
20-
RUN aria2c -j10 -x 10 https://www.parralab.org/nyhead/sa_nyhead.mat
21-
RUN mv sa_nyhead.mat /nyhead.mat
19+
RUN apt-get update -qq && apt-get install aria2 -y && aria2c -j10 -x 10 https://www.parralab.org/nyhead/sa_nyhead.mat && mv sa_nyhead.mat /nyhead.mat
2220

2321
###
2422
FROM quay.io/jupyter/base-notebook:python-3.12

0 commit comments

Comments
 (0)