We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f3d081 + 99cc646 commit 5bd7fcfCopy full SHA for 5bd7fcf
Dockerfile
@@ -124,7 +124,6 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \
124
LC_ALL="C.UTF-8" \
125
PYTHONNOUSERSITE=1
126
127
-ENV FOO=1
128
# Installing precomputed python packages
129
RUN conda install -y python=3.7.1 \
130
pip=19.1 \
Makefile
@@ -91,4 +91,4 @@ docker:
91
docker build --rm -t nipreps/dmriprep:latest \
92
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
93
--build-arg VCS_REF=`git rev-parse --short HEAD` \
94
- --build-arg VERSION=$( python get_version.py ) .
+ --build-arg VERSION=`python get_version.py` .
0 commit comments