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.
1 parent bb125ab commit 235f580Copy full SHA for 235f580
docker/generate_dockerfiles.sh
@@ -89,6 +89,8 @@ function generate_main_dockerfile() {
89
OMP_NUM_THREADS=1 \
90
--arg PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=8 BUILD_DATE VCS_REF VERSION \
91
--user neuro \
92
+ --run 'git config --global user.name nipybot
93
+ && git config --global user.email "[email protected]"' \
94
--workdir /home/neuro \
95
--miniconda create_env=neuro \
96
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
0 commit comments