Skip to content

Commit 03258da

Browse files
committed
New strategy - do not preinstall libtorch - but try to cache it by placing it under ~/work - but we need an absolute path (#8039).
1 parent b1b70d5 commit 03258da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN /tmp/04-cleanup.sh && rm /tmp/04-cleanup.sh
1919
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
2020

2121
# Download libtorch into mounted work volume (so that artifact is shared on rebuilds)
22-
ENV LIBTORCH_HOME=~/work/libtorch
22+
ENV LIBTORCH_HOME=/home/curators/work/libtorch

0 commit comments

Comments
 (0)