Containerized CPU only deeplearning development environment
3.3K
A ready-to-use deep learning environment for VS Code. Includes both PyTorch and TensorFlow frameworks. Designed for CPU-only systems or development without GPU dependencies.
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.
vscode user for seamless devcontainer integration| Component | Version |
|---|---|
| Base Image | python:3.12-slim |
| TensorFlow | 2.17 |
| Keras | 3.x |
| PyTorch | Latest (CPU) |
| Python | 3.12 |
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 \
-p 8888:8888 \
-v $(pwd):/workspace \
gperdrizet/deeplearning-cpu:latest \
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
See the GitHub repository for license information.
Content type
Image
Digest
sha256:ca56ce7f1…
Size
1.1 GB
Last updated
21 days ago
docker pull gperdrizet/deeplearning-cpu