aksub99 / MolDQN-pytorch

A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".
MIT License
74 stars 28 forks source link

Unable to build the Dockerfile #9

Closed VIGNESHinZONE closed 3 years ago

VIGNESHinZONE commented 4 years ago

Sending build context to Docker daemon 1.78MB Step 1/11 : FROM nvidia/cuda:9.0-cudnn7-runtime 9.0-cudnn7-runtime: Pulling from nvidia/cuda 976a760c94fc: Already exists c58992f3c37b: Already exists 0ca0e5e7f12e: Already exists f2a274cc00ca: Already exists 708a53113e13: Already exists 371ddc2ca87b: Already exists f81888eb6932: Already exists 19dbd9dd59d6: Pull complete 908dbb070c62: Pull complete Digest: sha256:091bd889817ef0fed925dbe43ee7c6d6665d52264b661699fe5ee1d40c98da92 Status: Downloaded newer image for nvidia/cuda:9.0-cudnn7-runtime ---> 890b7032cec3 Step 2/11 : RUN apt-get update && apt-get install -y -q wget git libxrender1 libsm6 bzip2 && apt-get clean ---> Running in 59ead540ed0f Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease Could not resolve host: developer.download.nvidia.com Err:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:5 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease Could not resolve host: developer.download.nvidia.com Err:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/InRelease Could not resolve host: developer.download.nvidia.com W: Failed to fetch https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/InRelease Could not resolve host: developer.download.nvidia.com W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... Package bzip2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Unable to locate package wget E: Unable to locate package git E: Unable to locate package libxrender1 E: Unable to locate package libsm6 E: Package 'bzip2' has no installation candidate The command '/bin/sh -c apt-get update && apt-get install -y -q wget git libxrender1 libsm6 bzip2 && apt-get clean' returned a non-zero code: 100

VIGNESHinZONE commented 4 years ago

Screenshot from 2020-04-22 11-39-37