Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update Dockerfile
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -23,7 +23,7 @@ RUN pip install huggingface_hub==0.23.0 | |
| 23 |  | 
| 24 | 
             
            # Download your model using the Hugging Face CLI
         | 
| 25 | 
             
            # RUN huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir ./models
         | 
| 26 | 
            -
            RUN huggingface-cli download  | 
| 27 |  | 
| 28 | 
             
            # Install Python dependencies from requirements.txt
         | 
| 29 | 
             
            COPY requirements.txt .
         | 
|  | |
| 23 |  | 
| 24 | 
             
            # Download your model using the Hugging Face CLI
         | 
| 25 | 
             
            # RUN huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir ./models
         | 
| 26 | 
            +
            RUN huggingface-cli download Ankitajadhav/Phi-3-mini-4k-instruct-q4.gguf --local-dir ./models
         | 
| 27 |  | 
| 28 | 
             
            # Install Python dependencies from requirements.txt
         | 
| 29 | 
             
            COPY requirements.txt .
         | 
