Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add -c conda-forge to install from this channel to prevent request for subscription
  • Loading branch information
trn024 authored Jul 24, 2024
1 parent d40bb9e commit 7720140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Docker Hub has modified its free plan, [removing](https://www.docker.com/blog/ch
- Note: It is recommended to use `pip` instead of `conda` as much as possible. `pip` is more forgiving in resolving package conflicts, and generally much faster.

- Install conda packages
- Use `RUN conda install --yes <package1> <package2>` to install all required conda packages in one go
- Use `RUN conda install --yes -c conda-forge <package1> <package2>` to install all required conda packages in one go
- (Optional) Use `RUN conda clean -tipy` to reduce image size

- Install pip packages
Expand Down

0 comments on commit 7720140

Please sign in to comment.