We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fe08b commit 8c7d0cbCopy full SHA for 8c7d0cb
1 file changed
server/Dockerfile.server
@@ -32,7 +32,7 @@ RUN apt-get update -y; \
32
unzip \
33
;
34
35
-RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b267/subtrace-linux-amd64 \
+RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b314/subtrace-linux-amd64 \
36
&& chmod +x ./subtrace-linux-amd64
37
38
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