-
Notifications
You must be signed in to change notification settings - Fork 8
Dev netpyne updates #993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Dev netpyne updates #993
Conversation
Develop to netpyne branch
applications/netpyne/Dockerfile
Outdated
USER root | ||
RUN wget --no-check-certificate -O /nyhead.mat https://www.parralab.org/nyhead/sa_nyhead.mat | ||
RUN apt-get update -qq && apt-get install aria2 -y | ||
RUN aria2c -j10 -x 10 https://www.parralab.org/nyhead/sa_nyhead.mat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
download and move are better done in one single command, as otherwise the file is present in 2 separate layers, increasing the image size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, have made that change. Use of aria2c seems to increase the speed of downloading, sometimes wget would be stuck for ages with the download.
…tainer for netpyneui
…2 into dev_netpyne_updates
…2 into dev_netpyne_updates
Url update for #990. This may not be an issue on live, so could be reverted...
No description provided.