Skip to content

Commit

Permalink
remove intel channel from default in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino authored Jul 18, 2024
1 parent cf23a9d commit 9b72e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN if test "$BUILD_GPU" != 0; then \
sed -r -i -e '/^\s*- (cil|ccpi-regulariser).*/d' /opt/scripts/requirements.yml; \
fi \
&& conda config --env --set channel_priority strict \
&& for ch in defaults ccpi intel conda-forge; do conda config --env --add channels $ch; done \
&& for ch in defaults ccpi conda-forge; do conda config --env --add channels $ch; done \
&& mamba env update -n base -f /opt/scripts/requirements.yml \
&& mamba clean --all -f -y && fix-permissions "${CONDA_DIR}" /home/${NB_USER}

Expand Down

0 comments on commit 9b72e67

Please sign in to comment.