Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	update: docker
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -20,7 +20,7 @@ ENV PATH /opt/conda/envs/imw/bin:$PATH | |
| 20 | 
             
            # Make RUN commands use the new environment
         | 
| 21 | 
             
            SHELL ["conda", "run", "-n", "imw", "/bin/bash", "-c"]
         | 
| 22 | 
             
            RUN pip install --upgrade pip
         | 
| 23 | 
            -
            RUN pip install -r  | 
| 24 | 
             
            RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
         | 
| 25 |  | 
| 26 | 
             
            # Export port
         | 
|  | |
| 20 | 
             
            # Make RUN commands use the new environment
         | 
| 21 | 
             
            SHELL ["conda", "run", "-n", "imw", "/bin/bash", "-c"]
         | 
| 22 | 
             
            RUN pip install --upgrade pip
         | 
| 23 | 
            +
            RUN pip install -r requirements.txt
         | 
| 24 | 
             
            RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
         | 
| 25 |  | 
| 26 | 
             
            # Export port
         | 
 
			
