Skip to content

Commit a15def4

Browse files
committed
#2397: use fmt 10.2.1 in cuda builds
1 parent 4cdbc3d commit a15def4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/ubuntu-nvidia-cpp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ COPY ./ci/deps/fmt.sh fmt.sh
5656

5757
RUN if test ${external_fmt} -eq 1; then \
5858
chmod +x ./fmt.sh && \
59-
./fmt.sh 7.1.3 -j4; \
59+
./fmt.sh 10.2.1 -j4; \
6060
fi
6161

6262
RUN mkdir -p /nvcc_wrapper/build && \

0 commit comments

Comments
 (0)