kopia lustrzana https://github.com/OpenDroneMap/WebODM
				
				
				
			It can detect NVIDIA driver
`./webodm.sh start --gpu` pulls **opendronemap/nodeodm:gpu.intel** instead of **nvidia**. So, I fix itpull/1121/head
							rodzic
							
								
									208eeab37b
								
							
						
					
					
						commit
						a31502b20e
					
				| 
						 | 
				
			
			@ -171,7 +171,7 @@ detect_gpus(){
 | 
			
		|||
 | 
			
		||||
	if [ "${platform}" = "Linux" ]; then
 | 
			
		||||
		set +e
 | 
			
		||||
		lspci | grep 'VGA.*NVIDIA'
 | 
			
		||||
		lspci | grep 'NVIDIA'
 | 
			
		||||
		if [ "${?}" -eq 0 ]; then
 | 
			
		||||
			export GPU_NVIDIA=true
 | 
			
		||||
			set -e
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue