Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM debian:latest
|
2 |
|
3 |
-
RUN apt-get update && apt-get install -y aria2
|
4 |
|
5 |
WORKDIR /code
|
6 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
|
|
1 |
FROM debian:latest
|
2 |
|
3 |
+
RUN apt-get update && apt-get install -y aria2 git build-essential
|
4 |
|
5 |
WORKDIR /code
|
6 |
RUN git clone https://github.com/ggerganov/llama.cpp
|