mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Update troubleshooting.md
This commit is contained in:
@@ -77,7 +77,7 @@ The following sections cover a few of these scenarios and how to fix them.
|
||||
- If you are mounting your volume inside the `/home/` directory, you can use the `-e CHOWN_HOME=yes` and `CHOWN_HOME_OPTS="-R"` flags
|
||||
instead of the `-e CHOWN_EXTRA` and `-e CHOWN_EXTRA_OPTS` in the example above.
|
||||
- This solution should work in most cases where you have created a docker volume
|
||||
(i.e. using the [`docker volume create --name <my-volume>`command](https://docs.docker.com/storage/volumes/#create-and-manage-volumes)) and mounted it using the`-v` flag in `docker run`.
|
||||
(i.e. using the [`docker volume create --name <my-volume>`command](https://docs.docker.com/storage/volumes/#create-and-manage-volumes)) and mounted it using the `-v` flag in `docker run`.
|
||||
```
|
||||
|
||||
2. **Matching the container's UID/GID with the host's**
|
||||
@@ -270,7 +270,7 @@ conda config --show default_channels
|
||||
|
||||
**Installing packages from alternative channels:**
|
||||
|
||||
You can install packages from other conda channels (e.g. bioconda) by disabling the `channel_priority` setting:
|
||||
You can install packages from other conda channels (e.g. `bioconda`) by disabling the `channel_priority` setting:
|
||||
|
||||
```bash
|
||||
# install by disabling channel priority at еру command level
|
||||
|
Reference in New Issue
Block a user