Spaces:
Sleeping
Sleeping
psutil do get a bit quirky
Browse files- 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.
|