Closed argupta98 closed 4 years ago
Hey, I am running the setup for the docker container, but I am getting an error in the miniconda installation step.
Step 1/16 : FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04 ---> a9fac7264a6d Step 2/16 : RUN apt-get clean && apt-get update && apt-get install -y locales ---> Using cache ---> 1f6c24142ac8 Step 3/16 : RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen ---> Using cache ---> 1de6d955a6bf Step 4/16 : ENV LC_ALL en_US.UTF-8 ---> Using cache ---> 63081606602e Step 5/16 : ENV LANG en_US.UTF-8 ---> Using cache ---> 802a155756aa Step 6/16 : ENV LANGUAGE en_US.UTF-8 ---> Using cache ---> a2421fe0a65c Step 7/16 : ENV SHELL /bin/bash ---> Using cache ---> b29a0671d544 Step 8/16 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 0cefea64c4d3 Step 9/16 : SHELL ["/bin/bash", "-c"] ---> Using cache ---> 0899534ec018 Step 10/16 : RUN apt-get update && apt-get install -y git curl && apt-get clean ---> Using cache ---> ed374759cde1 Step 11/16 : RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && chmod +x ~/miniconda.sh && ~/miniconda.sh -b -p /opt/conda && rm ~/miniconda.sh && /opt/conda/bin/conda clean -ya && /opt/conda/bin/conda create -y -n python37 python=3.7 numpy pip scipy pyyaml pillow ---> Running in 7d8b1012b181 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 /bin/bash: /opt/conda/bin/conda: No such file or directory The command '/bin/bash -c curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && chmod +x ~/miniconda.sh && ~/miniconda.sh -b -p /opt/conda && rm ~/miniconda.sh && /opt/conda/bin/conda clean -ya && /opt/conda/bin/conda create -y -n python37 python=3.7 numpy pip scipy pyyaml pillow' returned a non-zero code: 127
I am running it on Ubuntu 18.04.
Any help would be much appreciated!
We just pushed an update to that Dockerfile that should solve the issue, please let us know if it helps!
Fixed, thanks!
Hey, I am running the setup for the docker container, but I am getting an error in the miniconda installation step.
I am running it on Ubuntu 18.04.
Any help would be much appreciated!