Skip to content

Conversation

samuelklee
Copy link
Contributor

No description provided.

@samuelklee samuelklee force-pushed the sl_dr_update_docker_base_image branch from 072affd to 4b62059 Compare December 11, 2023 14:49
@@ -72,4 +72,6 @@ RUN mkdir $DOWNLOAD_DIR && \
bash $DOWNLOAD_DIR/miniconda.sh -p $CONDA_PATH -b && \
rm $DOWNLOAD_DIR/miniconda.sh && \
conda clean -afy && \
conda config --set auto_update_conda false && \
conda config --set solver libmamba && \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not strictly needed, since libmamba is the default solver in newer conda versions, but it might be worth hinting at the new use of libmamba here.

@@ -72,4 +72,6 @@ RUN mkdir $DOWNLOAD_DIR && \
bash $DOWNLOAD_DIR/miniconda.sh -p $CONDA_PATH -b && \
rm $DOWNLOAD_DIR/miniconda.sh && \
conda clean -afy && \
conda config --set auto_update_conda false && \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will hopefully ensure that devs experimenting with updates to the environment within the Docker don't inadvertently update to a different conda version, which might otherwise introduce discrepancies.

@droazen
Copy link
Contributor

droazen commented Dec 12, 2023

Closing this one, since the changes proposed here were incorporated into #8610

@droazen droazen closed this Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants