Skip to content

C351/ML-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Environment

GPU-Enabled Development Environment using Docker

Included

  • JupyterLab

  • TensorFlow with GPU support

  • CUDA 9.0 + cuDNN 7.0

Requirments:

For nvidia-docker to work see the following:

Build

git clone https://github.com/CR351/ML-Environment

cd ML-Environment

sudo docker build -t ml-env .

Run

Change path "/host/dir" to local work directory
sudo nvidia-docker run -it -p 6006:6006 -p 8888:8888 -v /host/dir:/home ml-env 

Once inside the container

Jupyterlab

jupyter-lab --allow-root

Tensorboard

tensorboard --logdir=/tmp/

About

GPU-Enabled Development Environment using Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages