Skip to content

Commit

Permalink
Update base-notebook/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
  • Loading branch information
mathbunnyru and consideRatio authored Jun 7, 2021
1 parent 2863343 commit 7642ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
echo "conda ${CONDA_VERSION}" >> "${CONDA_DIR}/conda-meta/pinned" && \
conda config --system --set auto_update_conda false && \
conda config --system --set show_channel_urls true && \
if [ ! ${PYTHON_VERSION} = 'default' ]; then conda install --yes python=${PYTHON_VERSION}; fi && \
if [[ "${PYTHON_VERSION}" != "default" ]]; then conda install --yes python="${PYTHON_VERSION}"; fi && \
conda list python | grep '^python ' | tr -s ' ' | cut -d '.' -f 1,2 | sed 's/$/.*/' >> "${CONDA_DIR}/conda-meta/pinned" && \
conda install --quiet --yes \
"conda=${CONDA_VERSION}" \
Expand Down

0 comments on commit 7642ba8

Please sign in to comment.