omairs/foodome2

By omairs

Updated almost 5 years ago

RDKit + Tensorflow + Deepchem + GPU Support

Image
0

220

omairs/foodome2 repository overview

To run it, follow the steps:

  1. docker pull omairs/foodome2

  2. 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

  3. 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

  4. 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

Tag summary

Content type

Image

Digest

Size

13.2 GB

Last updated

almost 5 years ago

docker pull omairs/foodome2