Skip to content

Commit 343bac3

Browse files
committed
Ensure kdb install script is executable
1 parent 793c913 commit 343bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
5252
# Run kbd files
5353
ENV ROCM_VERSION=6.4.3
5454
COPY --chown=appuser:appuser docker/rocm/kbd_install.sh /tmp/
55-
RUN /tmp/kbd_install.sh
55+
RUN chmod +x /tmp/kbd_install.sh && /tmp/kbd_install.sh
5656

5757
# Support older GFX Arch
5858
RUN cd /tmp && wget https://archlinux.org/packages/extra/x86_64/rocblas/download -O rocblas.tar.zst \

0 commit comments

Comments
 (0)