Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			A10G
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			A10G
	Update Dockerfile (#82)
Browse files- Update Dockerfile (ccc689e099cd688b54c067bd1c7593fafcd18672)
- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -44,7 +44,7 @@ COPY --chown=1000 . ${HOME}/app | |
| 44 | 
             
            RUN git clone https://github.com/ggerganov/llama.cpp
         | 
| 45 | 
             
            RUN pip install -r llama.cpp/requirements.txt
         | 
| 46 |  | 
| 47 | 
            -
            COPY  | 
| 48 |  | 
| 49 | 
             
            ENV PYTHONPATH=${HOME}/app \
         | 
| 50 | 
             
                PYTHONUNBUFFERED=1 \
         | 
|  | |
| 44 | 
             
            RUN git clone https://github.com/ggerganov/llama.cpp
         | 
| 45 | 
             
            RUN pip install -r llama.cpp/requirements.txt
         | 
| 46 |  | 
| 47 | 
            +
            COPY groups_merged.txt ${HOME}/app/llama.cpp/
         | 
| 48 |  | 
| 49 | 
             
            ENV PYTHONPATH=${HOME}/app \
         | 
| 50 | 
             
                PYTHONUNBUFFERED=1 \
         | 

