Commit 5364ea8 Dimitri DELABROYE
committed
1 parent 3ec8b53 commit 5364ea8 Copy full SHA for 5364ea8
File tree 1 file changed +2
-2
lines changed
virtualbox/steps/data/puppet/modules/env/manifests/big/configure_nvidia_gpu
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
class env::big::configure_nvidia_gpu::cuda () {
2
2
3
3
# May be changed to a link inside g5k if required
4
- $driver_source = ' https://www.grid5000.fr/packages/debian/cuda_8.0.44_linux -run'
4
+ $driver_source = ' https://www.grid5000.fr/packages/debian/cuda_8.0.61_linux -run'
5
5
$opengl_packages = [' ocl-icd-libopencl1' , ' opencl-headers' , ' amd-opencl-icd' ]
6
6
7
7
exec{
41
41
line => ' export PATH=$PATH:/usr/local/cuda/bin' ;
42
42
' ld_library_path' :
43
43
path => ' /etc/profile' ,
44
- line => ' export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64' ;
44
+ line => ' export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64' ;
45
45
}
46
46
47
47
package{
You can’t perform that action at this time.
0 commit comments