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 5d91bd0 + 5f02332 commit 6e3490cCopy full SHA for 6e3490c
base-notebook/Dockerfile
@@ -113,7 +113,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
113
conda config --system --set auto_update_conda false && \
114
conda config --system --set show_channel_urls true && \
115
if [[ "${PYTHON_VERSION}" != "default" ]]; then conda install --yes python="${PYTHON_VERSION}"; fi && \
116
- conda list python | grep '^python ' | tr -s ' ' | cut -d '.' -f 1,2 | sed 's/$/.*/' >> "${CONDA_DIR}/conda-meta/pinned" && \
+ conda list python | grep '^python ' | tr -s ' ' | cut -d ' ' -f 1,2 >> "${CONDA_DIR}/conda-meta/pinned" && \
117
conda install --quiet --yes \
118
"conda=${CONDA_VERSION}" \
119
'pip' && \
0 commit comments