We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfa78e commit e8b319fCopy full SHA for e8b319f
1 file changed
Dockerfile
@@ -84,6 +84,7 @@ ARG PYTHON_VER=notset
84
ARG DEBIAN_FRONTEND=noninteractive
85
ENV PATH=/opt/conda/bin:$PATH
86
# ensure conda's files and configuration can be found at runtime even if environment activation was bypassed
87
+# ensure conda's files and configuration can be found at runtime even if environment activation was bypassed
88
ENV CONDA_PREFIX=/opt/conda
89
ENV PYTHON_VERSION=${PYTHON_VER}
90
0 commit comments