Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update Dockerfile
Browse files- Dockerfile +1 -0
    	
        Dockerfile
    CHANGED
    
    | @@ -50,6 +50,7 @@ USER user | |
| 50 | 
             
            # Clone and build llama.cpp with OpenBLAS support as the non-root user
         | 
| 51 | 
             
            RUN git clone https://github.com/ggerganov/llama.cpp /home/user/code/models/llama.cpp && \
         | 
| 52 | 
             
                cd /home/user/code/models/llama.cpp && \
         | 
|  | |
| 53 | 
             
                export PKG_CONFIG_PATH=/opt/OpenBLAS/lib/pkgconfig:$PKG_CONFIG_PATHa && \
         | 
| 54 | 
             
                cmake -B build -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS -DBLAS_INCLUDE_DIRS=/home/user/code/models/OpenBLAS -DLLAMA_CURL=OFF && \
         | 
| 55 | 
             
                cmake --build build --config Release -j2 && \
         | 
|  | |
| 50 | 
             
            # Clone and build llama.cpp with OpenBLAS support as the non-root user
         | 
| 51 | 
             
            RUN git clone https://github.com/ggerganov/llama.cpp /home/user/code/models/llama.cpp && \
         | 
| 52 | 
             
                cd /home/user/code/models/llama.cpp && \
         | 
| 53 | 
            +
                git checkout b5912 && \
         | 
| 54 | 
             
                export PKG_CONFIG_PATH=/opt/OpenBLAS/lib/pkgconfig:$PKG_CONFIG_PATHa && \
         | 
| 55 | 
             
                cmake -B build -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS -DBLAS_INCLUDE_DIRS=/home/user/code/models/OpenBLAS -DLLAMA_CURL=OFF && \
         | 
| 56 | 
             
                cmake --build build --config Release -j2 && \
         | 
