Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurs when building the Docker image #15

Open
hsiaoyi0504 opened this issue Jun 1, 2020 · 0 comments
Open

Error occurs when building the Docker image #15

hsiaoyi0504 opened this issue Jun 1, 2020 · 0 comments

Comments

@hsiaoyi0504
Copy link

hsiaoyi0504 commented Jun 1, 2020

I met following error when building the Docker image.

Step 3/14 : 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 install numpy pyyaml scipy ipython mkl mkl-include &&      /opt/conda/bin/conda install -c pytorch magma-cuda90 &&      /opt/conda/bin/conda install -c rdkit rdkit nox cairo &&      /opt/conda/bin/conda clean -ya
 ---> Running in 3fec34047475
  % 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/sh: 1: /opt/conda/bin/conda: not found
The command '/bin/sh -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 install numpy pyyaml scipy ipython mkl mkl-include &&      /opt/conda/bin/conda install -c pytorch magma-cuda90 &&      /opt/conda/bin/conda install -c rdkit rdkit nox cairo &&      /opt/conda/bin/conda clean -ya' returned a non-zero code: 127
@hsiaoyi0504 hsiaoyi0504 changed the title Error occurs when building Docker image Error occurs when building the Docker image Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant