We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ef3cd commit 1860ff5Copy full SHA for 1860ff5
applications/netpyne/Dockerfile
@@ -16,9 +16,7 @@ RUN yarn build-dev
16
### Download on a separate stage to run in parallel with buildkit
17
FROM quay.io/jupyter/base-notebook:python-3.12 AS downloads
18
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
+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
22
23
###
24
FROM quay.io/jupyter/base-notebook:python-3.12
0 commit comments