Skip to content

Commit 43e56e8

Browse files
committed
add test script to devcontainer
1 parent 62433c1 commit 43e56e8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ RUN set -eux; \
1515
ln -s /usr/local/lib/python3.12/site-packages/nvidia/*/lib/*.so* /usr/local/lib/nv/; \
1616
echo "/usr/local/lib/nv" > /etc/ld.so.conf.d/nv.conf; \
1717
ldconfig -p
18+
19+
COPY demo.sh /

.devcontainer/demo.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)