Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
4 |
WORKDIR llama.cpp
|
|
|
1 |
+
FROM python:3.11.6-bullseye
|
2 |
|
3 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
4 |
WORKDIR llama.cpp
|