forked from lijiext/lammps
Add missing symlink
This commit is contained in:
parent
002c49737f
commit
814f45d756
|
@ -100,6 +100,10 @@ From: rocm/dev-ubuntu-18.04
|
||||||
# clean cache
|
# clean cache
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# add missing symlink
|
||||||
|
ln -s /usr/local/cuda-10.2 /usr/local/cuda
|
||||||
|
ln -s /usr/local/cuda-10.2/lib64/stubs/libcuda.so /usr/local/cuda-10.2/lib64/stubs/libcuda.so.1
|
||||||
|
|
||||||
%environment
|
%environment
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
|
|
Loading…
Reference in New Issue