Containerized development environment for data science projects with NVIDIA GPU support.
2.2K
Data science environment with NVIDIA GPU acceleration for XGBoost and CuPy (GPU-accelerated NumPy). Covers intro Python, data visualization, data cleaning, feature engineering, and traditional machine learning.
Start the container, then use VS Code's Dev Containers: Attach to Running Container command to connect:
docker run --rm -it \
--gpus all \
-v $(pwd):/workspace \
gperdrizet/datascience-nvidia:latest \
/bin/bash
Open the Command Palette (Ctrl+Shift+P), run Dev Containers: Attach to Running Container, and select the container.
docker run --rm -it \
--gpus all \
-p 8888:8888 \
-v $(pwd):/workspace \
gperdrizet/datascience-nvidia:latest \
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
MIT. See docker-images.
Content type
Image
Digest
sha256:2efd7056c…
Size
3.5 GB
Last updated
22 days ago
docker pull gperdrizet/datascience-nvidia