Sign inSign up

jcorpac/tensorflow-lab

By jcorpac

Updated over 2 years ago

Image
0

178

jcorpac/tensorflow-lab repository overview

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.

  • Jupyter-Lab
  • Pandas
  • Tensorflow-Hub
  • Tensorflow Datasets
  • Tensorflow Addons
  • Matplotlib
  • iPyWidgets
  • Keras Tuner
  • h5py

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.

Tag summary

Content type

Image

Digest

sha256:bec450c63

Size

5.6 GB

Last updated

over 2 years ago

docker pull jcorpac/tensorflow-lab