Skip to content

basty/dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dockerfile

A dockerfile useful for machine learning. It is based on TensorFlow 2 - GPU and includes Keras, Torch, Python 3.6 and Jupyter

Installation

Git clone this to your local computer to build your own image.

you can run it with sudo docker create --runtime=nvidia -p 8888:8888 -p 6006:6006 -v $(pwd):/tf/shared --name <container_name> <image_name>

there is a shared volume (/tf/share) you can change.

Instructions

Either build your own image or use it from dockerhub: docker pull masterbasty/learning

About

TF2, GPU, Keras, Torch, P36, Jupyter from tensorflow/tensorflow:2.0.0b1-gpu-py3-jupyter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors