Skip to content

Commit

Permalink
🔧 Improve conda interoperability with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Oct 22, 2019
1 parent 1f1f591 commit 5bb5b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN cd /tmp && \
$CONDA_DIR/bin/conda config --system --prepend channels conda-forge && \
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
$CONDA_DIR/bin/conda config --system --set show_channel_urls true && \
$CONDA_DIR/bin/conda config --system --set pip_interop_enabled true && \
$CONDA_DIR/bin/conda clean --all --quiet --yes && \
$CONDA_DIR/bin/conda init --verbose

Expand Down

0 comments on commit 5bb5b23

Please sign in to comment.