Skip to content

Commit 0f5c5e7

Browse files
committed
Change to download libtorch for cpu
1 parent 72d9d42 commit 0f5c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/server-vad/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
&& rm -rf /var/lib/apt/lists/*
1919

2020
RUN set -eux; \
21-
curl -L https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.4.0%2Bcu124.zip -o /tmp/libtorch.zip; \
21+
curl -L https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.4.0%2Bcpu.zip -o /tmp/libtorch.zip; \
2222
unzip /tmp/libtorch.zip -d /usr/local/lib; \
2323
rm /tmp/libtorch.zip; \
2424
if [ -f /usr/local/lib/libtorch/lib/libnvrtc-builtins.so ]; then \

0 commit comments

Comments
 (0)