Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Commit 
							
							·
						
						4d6f7b5
	
1
								Parent(s):
							
							7320170
								
Update Gradio version in Dockerfile to 4.44.1
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -38,7 +38,7 @@ COPY colabs/environment.yml /tmp/environment.yml | |
| 38 |  | 
| 39 | 
             
            # Create conda environment
         | 
| 40 | 
             
            RUN conda env create -f /tmp/environment.yml && \
         | 
| 41 | 
            -
                conda run -n biomedparse pip install gradio== | 
| 42 |  | 
| 43 | 
             
            # Initialize conda in bash
         | 
| 44 | 
             
            RUN conda init bash
         | 
|  | |
| 38 |  | 
| 39 | 
             
            # Create conda environment
         | 
| 40 | 
             
            RUN conda env create -f /tmp/environment.yml && \
         | 
| 41 | 
            +
                conda run -n biomedparse pip install gradio==4.44.1
         | 
| 42 |  | 
| 43 | 
             
            # Initialize conda in bash
         | 
| 44 | 
             
            RUN conda init bash
         | 
