Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add information about conda channels
  • Loading branch information
alexander-smolyakov committed Sep 12, 2023
commit 4dd6891f317401bd4136dd63aabe82dd97d22200
4 changes: 4 additions & 0 deletions src/miniconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Given JavaScript front-end web client code written for use in conjunction with a
}
```

#### Using different Conda channels

This image is based on the `ContinuumIO/miniconda3` docker image, which has the conda and its dependencies (*installed from conda's default channel*) in the base environment. It is not recommended to install packages from different channels in one environment since it could cause conflicts. When installing a package from a different channel (e.g., `conda-forge`) is required, the better approach is to create a new conda environment.

#### Installing or updating Python utilities

This container installs all Python development utilities using [pipx](https://pipxproject.github.io/pipx/) to avoid impacting the global Python environment. You can use this same utility add additional utilities in an isolated environment. For example:
Expand Down