We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d9d42 commit 0f5c5e7Copy full SHA for 0f5c5e7
docker/server-vad/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update \
18
&& rm -rf /var/lib/apt/lists/*
19
20
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; \
+ curl -L https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.4.0%2Bcpu.zip -o /tmp/libtorch.zip; \
22
unzip /tmp/libtorch.zip -d /usr/local/lib; \
23
rm /tmp/libtorch.zip; \
24
if [ -f /usr/local/lib/libtorch/lib/libnvrtc-builtins.so ]; then \
0 commit comments