Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update Dockerfile
Browse files- Dockerfile +1 -2
    	
        Dockerfile
    CHANGED
    
    | @@ -1,6 +1,5 @@ | |
| 1 | 
             
            # Use the specified Python runtime as a parent image
         | 
| 2 | 
            -
            FROM docker.io/ | 
| 3 | 
            -
            nvidia/cuda:12.1.0-devel-ubi8
         | 
| 4 |  | 
| 5 | 
             
            # Set the working directory in the container
         | 
| 6 | 
             
            WORKDIR /usr/src/app
         | 
|  | |
| 1 | 
             
            # Use the specified Python runtime as a parent image
         | 
| 2 | 
            +
            FROM docker.io/nvidia/cuda:12.1.0-cudnn8-devel-ubi8@sha256:f045009cab64c9fda6113b4473ac1c57dfcca65e18ce981bce63f3cddf7b807a
         | 
|  | |
| 3 |  | 
| 4 | 
             
            # Set the working directory in the container
         | 
| 5 | 
             
            WORKDIR /usr/src/app
         |