Skip to content

Commit 8c7d0cb

Browse files
committed
feature(docker): update subtrace version to b314
1 parent 23fe08b commit 8c7d0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update -y; \
3232
unzip \
3333
;
3434

35-
RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b267/subtrace-linux-amd64 \
35+
RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b314/subtrace-linux-amd64 \
3636
&& chmod +x ./subtrace-linux-amd64
3737

3838
RUN curl -L -o libtorch-cxx11-abi-shared-with-deps-2.4.0+cpu.zip https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.4.0%2Bcpu.zip \

0 commit comments

Comments
 (0)