Skip to content

Commit

Permalink
Merge pull request molecularsets#10 from shayakhmetov/master
Browse files Browse the repository at this point in the history
README update: Docker pull from DockerHub
  • Loading branch information
zhebrak authored Dec 11, 2018
2 parents 32dbc64 + f43fea8 commit 1ef94d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can specify the device and model by running `python run.py --device cuda:5 -
## Installation

### Docker
* Build an image based on the Dockerfile `nvidia-docker image build --tag <image_name> moses/`, where `moses/` is a cloned repository from github.
* You can pull already existing image from DockerHub by `docker pull molecularsets/moses`. Otherwise, build an image based on the Dockerfile `nvidia-docker image build --tag <image_name> moses/`, where `moses/` is a cloned repository from github.
* Create a container from the created image, e.g. by running `nvidia-docker run -it <container_name> --network="host" --shm-size 1G <image_name>`
* The dataset is already downloaded during image building and the current repository is available at `/code` inside the docker container.

Expand Down

0 comments on commit 1ef94d3

Please sign in to comment.