https://github.com/ulyssesrr/docker-rocm-xtra
ROCm docker images with fixes/support for extra architectures, such as gfx803/gfx1010.
https://github.com/ulyssesrr/docker-rocm-xtra
docker gfx1010 gfx803 pytorch rocm stable-diffusion-webui
Last synced: 7 months ago
JSON representation
ROCm docker images with fixes/support for extra architectures, such as gfx803/gfx1010.
- Host: GitHub
- URL: https://github.com/ulyssesrr/docker-rocm-xtra
- Owner: ulyssesrr
- License: mit
- Created: 2022-04-24T23:36:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T23:43:02.000Z (about 2 years ago)
- Last Synced: 2023-09-13T08:24:35.581Z (about 2 years ago)
- Topics: docker, gfx1010, gfx803, pytorch, rocm, stable-diffusion-webui
- Language: Dockerfile
- Homepage: https://ulyssesrr.github.io/docker-rocm-xtra/
- Size: 13.1 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
This repo hosts the docker images with ROCm backend support for extra architectures.
# Supported Architectures:
Image | Description
--- | ---
gfx803 | Uses workaround: https://github.com/ROCmSoftwarePlatform/rocBLAS/issues/1218
gfx900 | From upstream.
gfx906 | From upstream.
gfx908 | From upstream.
gfx90a | From upstream.
gfx1010 | Fixed https://github.com/ROCmSoftwarePlatform/Tensile/issues/1757
gfx1011 | Use `drun -e HSA_OVERRIDE_GFX_VERSION=10.1.0 ...`
gfx1012 | Use `drun -e HSA_OVERRIDE_GFX_VERSION=10.1.0 ...`
gfx1030 | From upstream.
gfx1031 | Use `drun -e HSA_OVERRIDE_GFX_VERSION=10.3.0 ...`
gfx1032 | Use `drun -e HSA_OVERRIDE_GFX_VERSION=10.3.0 ...`
gfx1100 | From upstream.
gfx1101 | From upstream.
gfx1102 | From upstream.# Usage
## Recommended aliases
```shell
alias drun='sudo docker run -it --network=host --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size 16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $(pwd):/current'
```# Images
See each image README for details.Image | Description | Docs
--- | --- | ---
[ulyssesrr/rocm-xtra-dev][devimage]
[![ulyssesrr/ulyssesrr/rocm-xtra-dev][devimage-badge]][devimage] | Base image for development | [README](rocm-xtra-dev/README.md)
[ulyssesrr/rocm-xtra-llamacpp][llamacpp]
[![ulyssesrr/ulyssesrr/rocm-xtra-llamacpp][llamacpp-badge]][llamacpp] | [llama.cpp + PR#1087](https://github.com/ggerganov/llama.cpp/pull/1087) | [README](rocm-xtra-llamacpp/README.md)
[ulyssesrr/rocm-xtra-pytorch][pytorch]
[![ulyssesrr/rocm-xtra-pytorch][pytorch-badge]][pytorch] | PyTorch (OpenBLAS/MAGMA) | [README](rocm-xtra-pytorch/README.md)
[ulyssesrr/rocm-xtra-stable-diffusion-webui][stable-diffusion-webui]
[![ulyssesrr/rocm-xtra-stable-diffusion-webui][stable-diffusion-webui-badge]][stable-diffusion-webui] | AUTOMATIC1111's Stable Diffusion Web UI | [README](rocm-xtra-stable-diffusion-webui/README.md)# Builder Images
TODO[devimage]: https://hub.docker.com/r/ulyssesrr/rocm-xtra-llamacpp
[devimage-badge]: https://img.shields.io/docker/v/ulyssesrr/rocm-xtra-dev?color=green
[pytorch]: https://hub.docker.com/r/ulyssesrr/rocm-xtra-pytorch
[pytorch-badge]: https://img.shields.io/docker/v/ulyssesrr/rocm-xtra-pytorch?color=green
[llamacpp]: https://hub.docker.com/r/ulyssesrr/rocm-xtra-llamacpp
[llamacpp-badge]: https://img.shields.io/docker/v/ulyssesrr/rocm-xtra-llamacpp?color=green
[stable-diffusion-webui]: https://hub.docker.com/r/ulyssesrr/rocm-xtra-stable-diffusion-webui
[stable-diffusion-webui-badge]: https://img.shields.io/docker/v/ulyssesrr/rocm-xtra-stable-diffusion-webui?color=green