New strategy - do not preinstall libtorch - but try to cache it by placing it under ~/work - but we need an absolute path (#8039).

This commit is contained in:
Andreas Ländle 2026-06-14 22:07:42 +02:00
parent b1b70d5222
commit 03258da155

View File

@ -19,4 +19,4 @@ RUN /tmp/04-cleanup.sh && rm /tmp/04-cleanup.sh
ENV CPATH=/usr/lib/jvm/java-8-openjdk-amd64/include:/usr/lib/jvm/java-8-openjdk-amd64/include/linux:/usr/lib/llvm-3.7/include
# Download libtorch into mounted work volume (so that artifact is shared on rebuilds)
ENV LIBTORCH_HOME=~/work/libtorch
ENV LIBTORCH_HOME=/home/curators/work/libtorch