Containerized development environment for data science projects on Apple's M-series chips.
10K+
Native ARM64 data science environment for Apple Silicon (M1/M2/M3) Macs. Runs without Rosetta emulation in Docker Desktop. Covers intro Python, data visualization, data cleaning, feature engineering, and traditional machine learning.
Note: GPU acceleration is not available inside Docker containers on Apple Silicon: Metal/MPS is a macOS-only framework with no Docker passthrough. This image provides native ARM64 CPU performance only.
Start the container, then use VS Code's Dev Containers: Attach to Running Container command to connect:
docker run --rm -it \
-v $(pwd):/workspace \
gperdrizet/datascience-mac: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 \
-p 8888:8888 \
-v $(pwd):/workspace \
gperdrizet/datascience-mac:latest \
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
MIT. See docker-images.
Content type
Image
Digest
sha256:6a51e211b…
Size
315.5 MB
Last updated
22 days ago
docker pull gperdrizet/datascience-mac