Skip to content

Commit 8c3c788

Browse files
authored
feat: upgrade musa sdk to rc4.2.0 (#732)
1 parent f54524f commit 8c3c788

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile.musa

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
ARG MUSA_VERSION=rc3.1.1
1+
ARG MUSA_VERSION=rc4.2.0
2+
ARG UBUNTU_VERSION=22.04
23

3-
FROM mthreads/musa:${MUSA_VERSION}-devel-ubuntu22.04 as build
4+
FROM mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64 as build
45

56
RUN apt-get update && apt-get install -y ccache cmake git
67

@@ -15,7 +16,7 @@ RUN mkdir build && cd build && \
1516
-DSD_MUSA=ON -DCMAKE_BUILD_TYPE=Release && \
1617
cmake --build . --config Release
1718

18-
FROM mthreads/musa:${MUSA_VERSION}-runtime-ubuntu22.04 as runtime
19+
FROM mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64 as runtime
1920

2021
COPY --from=build /sd.cpp/build/bin/sd /sd
2122

0 commit comments

Comments
 (0)