imperialwool commited on
Commit
c66ed27
·
verified ·
1 Parent(s): 72a425e

psutil do get a bit quirky

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ FROM python:3.11.9-alpine3.20
6
  USER root
7
 
8
  # Installing gcc compiler and main library.
9
- RUN apk update && apk add wget build-base
10
  RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
11
 
12
  # Copying files into folder and making it working dir.
 
6
  USER root
7
 
8
  # Installing gcc compiler and main library.
9
+ RUN apk update && apk add wget build-base python3-dev musl-dev linux-headers
10
  RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
11
 
12
  # Copying files into folder and making it working dir.