Commit e3195824 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Symlinking of /lib to /lib64 should not error out - force it

parent 543481d1
......@@ -32,7 +32,7 @@ nvidia-86: ollama-service
mount --bind tmp /tmp
tar xf ollama-0.11.4.tar.gz
ln -s /lib /lib64
ln -sfn /lib /lib64
ln -s $(CURDIR)/../cuda/cuda-13.0 /usr/local/cuda-13.0
cd ollama-0.11.4 && PATH=$$PATH:/usr/local/cuda-13.0/bin cmake -B build -DCMAKE_CUDA_ARCHITECTURES=86
cd ollama-0.11.4 && cmake --build build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment