Notebook environment for DSIT on Docker (include CUDA environment)
217
Provides a Notebook environment for DSIT on Docker (include CUDA environment)
Some google colab specific features cannot be used.
# TensorFlow-gpu 2.7.0
docker run -it --rm --gpus all -p 8888:8888 -t rhene/dsit:2.7.0-gpu
# TensorFlow 2.7.0
docker run -it --rm -p 8888:8888 -t rhene/dsit:2.7.0
# Jupyter Lab URL
# http://localhost:8888/lab?token=dsit
Content type
Image
Digest
Size
3.3 GB
Last updated
over 4 years ago
docker pull rhene/dsit:2.7.0-gpu