RDKit + Tensorflow + Deepchem + GPU Support
220
To run it, follow the steps:
docker pull omairs/foodome2
If running on a machine with GPU:
2.1 Install Nvidea docker: https://github.com/NVIDIA/nvidia-docker
2.2 docker run -it -p 443:443 -v <path_to_mount>:/home/ --name foodome --entrypoint /bin/bash --gpus all omairs/foodome2
If running on a machine without GPU:
2.1 docker run -it -p 443:443 -v <path_to_mount>:/home/ --name foodome --entrypoint /bin/bash omairs/foodome2
docker exec -it foodome /bin/bash
Follow steps to create a cert file here: https://jupyter-notebook.readthedocs.io/en/stable/public_server.html
Once the .pem and .key files are generated run:
jupyter notebook --port 443 --ip "*" --certfile=/home/.ssh/<your_key_name>.pem --keyfile /home/.ssh/<your_key_name>.key --allow-root
Content type
Image
Digest
Size
13.2 GB
Last updated
almost 5 years ago
docker pull omairs/foodome2