Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.11.6-bullseye
|
2 |
|
3 |
-
RUN apt update && apt install -y cmake
|
4 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
5 |
WORKDIR llama.cpp
|
6 |
|
|
|
1 |
FROM python:3.11.6-bullseye
|
2 |
|
3 |
+
RUN apt update && apt install -y cmake libopenblas-dev
|
4 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
5 |
WORKDIR llama.cpp
|
6 |
|