You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run --user "$(id -u)":"$(id -g)" --tty --interactive continuumio/miniconda3:4.4.10 conda create -p /tmp/my_env
Solving environment: failed
NotWritableError: The current user does not have write permissions to a required path.
path: /.conda/pkgs/urls.txt
uid: 1008
gid: 1008
If you feel that permissions on this path are set incorrectly, you can manually
change them by executing
$ sudo chown 1008:1008 /.conda/pkgs/urls.txt
In general, it's not advisable to use 'sudo conda'.
The text was updated successfully, but these errors were encountered:
Atry
changed the title
conda create does not work when docker run --userconda create does not work in a container started with docker run --userJun 7, 2018
Atry
added a commit
to ThoughtWorksInc/offnet
that referenced
this issue
Jun 8, 2018
The text was updated successfully, but these errors were encountered: