We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I met following error when building the Docker image.
The text was updated successfully, but these errors were encountered: