We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 791c3e7 + 2240f76 commit 60c827eCopy full SHA for 60c827e
1 file changed
nb2workflow/templates/Dockerfile.jinja
@@ -39,7 +39,7 @@ RUN micromamba install -y -n base -c conda-forge python={{ default_python_versio
39
micromamba clean --all --yes
40
{% endif %}
41
ARG MAMBA_DOCKERFILE_ACTIVATE=1
42
-RUN [[ -f /repo/requirements.txt ]] && pip install -r /repo/requirements.txt
+RUN [ -f /repo/requirements.txt ] && pip install -r /repo/requirements.txt || :
43
44
45
RUN pip install {{ nb2w_version_spec }}
0 commit comments