File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 52
52
esac
53
53
done
54
54
55
- # neurodocker version 0.4.1-22-g7c44e01
56
- NEURODOCKER_IMAGE=" kaczmarj/neurodocker:master @sha256:858632a7533cac100f70932749b4cfc77fc40f667f41fca208f406215cff8a27 "
55
+ # neurodocker version 0.5.0
56
+ NEURODOCKER_IMAGE=" kaczmarj/neurodocker:0.5.0 @sha256:7b3222162262fe9004376700695e0fba85b5cb9fa7b26eb8f66662ebf183425f "
57
57
# neurodebian:stretch-non-free pulled on September 19, 2018
58
58
BASE_IMAGE=" neurodebian:stretch-non-free@sha256:7cd978427d7ad215834fee221d0536ed7825b3cddebc481eba2d792dfc2f7332"
59
59
@@ -88,6 +88,7 @@ function generate_main_dockerfile() {
88
88
OMP_NUM_THREADS=1 \
89
89
--arg PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=6 BUILD_DATE VCS_REF VERSION \
90
90
--user neuro \
91
+ --workdir /home/neuro \
91
92
--miniconda create_env=neuro \
92
93
conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
93
94
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
You can’t perform that action at this time.
0 commit comments