mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-06-28 09:15:47 +02:00
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:
parent
b1b70d5222
commit
03258da155
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user