File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ COPY --chown=appuser:appuser docker/rocm/kdb_install.sh /tmp/
5555RUN /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/ \
Original file line number Diff line number Diff line change 11services :
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
You can’t perform that action at this time.
0 commit comments