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 62433c1 commit 43e56e8Copy full SHA for 43e56e8
.devcontainer/Dockerfile
@@ -15,3 +15,5 @@ RUN set -eux; \
15
ln -s /usr/local/lib/python3.12/site-packages/nvidia/*/lib/*.so* /usr/local/lib/nv/; \
16
echo "/usr/local/lib/nv" > /etc/ld.so.conf.d/nv.conf; \
17
ldconfig -p
18
+
19
+COPY demo.sh /
.devcontainer/demo.sh
@@ -0,0 +1,6 @@
1
+auditwheel -v repair \
2
+ --exclude libcuds.so.1 \
3
+ --exclude libcusolver.so.11 \
4
+ --exclude libcusparseLt.so.0 \
5
+ --plat=manylinux_2_35_x86_64 \
6
+ /torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl
0 commit comments