Skip to content

Commit 104a51f

Browse files
committed
FIX: Docker build
1 parent e722d61 commit 104a51f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/generate_dockerfiles.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ do
5252
esac
5353
done
5454

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"
5757
# neurodebian:stretch-non-free pulled on September 19, 2018
5858
BASE_IMAGE="neurodebian:stretch-non-free@sha256:7cd978427d7ad215834fee221d0536ed7825b3cddebc481eba2d792dfc2f7332"
5959

@@ -88,6 +88,7 @@ function generate_main_dockerfile() {
8888
OMP_NUM_THREADS=1 \
8989
--arg PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=6 BUILD_DATE VCS_REF VERSION \
9090
--user neuro \
91+
--workdir /home/neuro \
9192
--miniconda create_env=neuro \
9293
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9394
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko

0 commit comments

Comments
 (0)