From 03258da155ad702d804d4ca0b78aced8a2481bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:07:42 +0200 Subject: [PATCH] New strategy - do not preinstall libtorch - but try to cache it by placing it under ~/work - but we need an absolute path (#8039). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65eadad2..e08422e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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