We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f160a33 commit bd09b36Copy full SHA for bd09b36
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/b270/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