Skip to content

Commit fbce22e

Browse files
authored
Merge pull request #435 from kprinssu/upstream-master
2 parents 204bda6 + d76a1e7 commit fbce22e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docker/rocm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ COPY --chown=appuser:appuser docker/rocm/kdb_install.sh /tmp/
5555
RUN /tmp/kdb_install.sh
5656

5757
# Support older GFX Arch
58-
RUN cd /tmp && wget https://archlinux.org/packages/extra/x86_64/rocblas/download -O rocblas.tar.zst \
58+
ENV ROCBLAS_VERSION=6.4.4-1
59+
RUN cd /tmp && wget https://archive.archlinux.org/packages/r/rocblas/rocblas-${ROCBLAS_VERSION}-x86_64.pkg.tar.zst -O rocblas.tar.zst \
5960
&& pwd && ls -lah ./ \
6061
&& tar --zstd -xvf rocblas.tar.zst && rm rocblas.tar.zst \
6162
&& rm -rf /app/.venv/lib/python3.12/site-packages/torch/lib/rocblas/library/ \

docker/rocm/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
services:
22
kokoro-tts:
3-
image: kprinssu/kokoro-fastapi:rocm
3+
build:
4+
context: ../..
5+
dockerfile: docker/rocm/Dockerfile
46
devices:
57
- /dev/dri
68
- /dev/kfd

0 commit comments

Comments
 (0)