Cannot find conflict in Conda UnsatisfiableError message Cannot find conflict in Conda UnsatisfiableError message docker docker

Cannot find conflict in Conda UnsatisfiableError message


docker run -it nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 bashapt-get updateapt install wget -ywget https://repo.continuum.io/archive/Anaconda3-4.3.0-Linux-x86_64.sh bash Anaconda3-4.3.0-Linux-x86_64.sh[Enter]yes[Enter]yes. /root/.bashrcconda install mklyconda install -c pytorch pytorch=0.3.1yconda list|grep pytorch

pytorch 0.3.1 py36_cuda8.0.61_cudnn7.1.2_3 pytorch

root@dacfe958940b:/# bash(base) root@dacfe958940b:/# pythonPython 3.6.3 |Anaconda custom (64-bit)| (default, Oct 13 2017, 12:02:49) [GCC 7.2.0] on linuxType "help", "copyright", "credits" or "license" for more information. import torch print(torch.__version__)0.3.1.post3