Stan's ML Stack is a comprehensive machine learning environment optimized for AMD GPUs.
1.2K
This Docker image contains Stan's ML Stack, a comprehensive machine learning stack for AMD GPUs.
To run this container with GPU access:
docker run --device=/dev/kfd --device=/dev/dri --group-add video -it bartholemewii/stans-ml-stack:latest
To verify the installation, run the following command inside the container:
/workspace/verify_ml_stack.sh
The Docker image includes:
After starting the container, you need to install PyTorch with ROCm support and MIGraphX.
Use the scripts in /workspace/Stans_MLStack/scripts/ to install these components.
Documentation is available in the /workspace/Stans_MLStack/docs directory.
Example code is available in the /workspace/Stans_MLStack/examples directory.
latest: The most recent version of Stan's ML StackThis image is optimized for AMD GPUs and requires:
Stanley Chisango (Scooter Lacroix)
See the license information in the repository.
For issues or contributions, please visit the GitHub repository.
Content type
Image
Digest
sha256:fb41048f6…
Size
9.1 GB
Last updated
over 1 year ago
docker pull bartholemewii/stans-ml-stack