A ready-to-use deep learning environment with NVIDIA GPU support for VS Code. Includes both PyTorch and TensorFlow frameworks. Designed for cross-platform support and wide GPU compatibility.
Base image: NVIDIA TensorFlow 25.02
Note: This container is designed to be used as part of a VS Code Dev Container environment, not run directly. See the full environment setup on GitHub for devcontainer configuration and usage instructions.
CUDA version note: This image uses CUDA 12.8, which supports GPU architectures from Pascal (GTX 10xx) through Blackwell (RTX 50xx/B100/B200). CUDA 12.x is the last series to support Pascal; CUDA 13.0 removed Pascal, Maxwell, and Volta support entirely. CUDA 12.8 requires host driver ≥ 570.x on Linux. Note: 25.02 is the final NVIDIA TensorFlow NGC container release.
vscode user for seamless devcontainer integration| Component | Version |
|---|---|
| Base Image | nvcr.io/nvidia/tensorflow:25.02-tf2-py3 |
| TensorFlow | 2.17 |
| Keras | 3.x |
| PyTorch | 2.11.0 (custom build, CUDA 12.8) |
| CuPy | 13.6.0 (custom build, sm_60-sm_100) |
| Python | 3.12 |
| CUDA | 12.8 |
| GPU Support | Pascal through Blackwell (sm_60 - sm_100) |
jupyterlab - Notebook interfacepandas - Data manipulationscikit-learn - Machine learning utilitiesscipy - Scientific computingmatplotlib - Data visualizationseaborn - Statistical data visualizationtensorboard - Training visualizationkeras_tuner - Hyperparameter tuning for Kerasoptuna - Hyperparameter optimization frameworkipywidgets - Interactive widgets for JupyterThis image is designed for use with the deeplearning-devcontainer repository, which provides ready-to-use VS Code Dev Container configurations. The vscode user (UID 1000) is pre-configured with sudo access for a seamless development experience.
docker run --rm -it \
--gpus all \
-p 8888:8888 \
-v $(pwd):/workspace \
gperdrizet/deeplearning-nvidia:latest \
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
See the GitHub repository for license information.
Content type
Image
Digest
sha256:47c8ad71d…
Size
8.6 GB
Last updated
22 days ago
docker pull gperdrizet/deeplearning-nvidia