Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repo for my ML Container (includes Ray, jupyter, TF, Pytorch, Pytorch Geometric and other RL libs)

Notifications You must be signed in to change notification settings

brunnelu/docker-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ML Container

ML Container (includes Ray, jupyter, TF, Pytorch, Pytorch Geometric and other RL libs)

Run

The container includes jupyther lab. To mount the local directory in jupyther lab use:

docker run --gpus all -it --network=host \
--shm-size=16gb \
-v $PWD:/home/ray brunnelu/ml

To run some some other python code from this directory (e.g. main.py):

docker run --gpus all -it --network=host \
--shm-size=16gb \
-v $PWD:/home/ray brunnelu/ml \
python3 /home/ray/main.py

About

Repo for my ML Container (includes Ray, jupyter, TF, Pytorch, Pytorch Geometric and other RL libs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published