Skip to content
/ lab Public

Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more

License

Notifications You must be signed in to change notification settings

fmind/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab

Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more.

Execute

To start using the lab and connect the net port (-v) and host volume (-v):

docker run --rm -it --gpus all -p 8888:8888 -v $PWD:/home/fmind/projects fmind/lab

Build

To build the environment with the default arguments:

docker build --pull --file=Dockerfile --tag=fmind/lab:latest .

Push

To push the image:

docker push fmind/lab

About

Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages