This is an update of the tensorflow/tensorflow:latest-gpu-jupter image that I've added onto for personal use.
The following libraries are also pre-installed at the Dockerfile build time.
Recommended command to run the container is
docker run -it --gpus all --name tensorflow -v $(pwd):/tf/notebooks -p 8888:8888 jcorpac/tensorflow-lab:latest
This command allows browser access to Jupyter Lab on port 8888, and creates a persistent container to use as an isolated development environment.
Content type
Image
Digest
sha256:bec450c63…
Size
5.6 GB
Last updated
over 2 years ago
docker pull jcorpac/tensorflow-lab