Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM python:3.9
|
|
|
2 |
RUN apt install -y cmake make gcc g++ git
|
3 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
4 |
RUN mv llama.cpp/* /code
|
|
|
1 |
FROM python:3.9
|
2 |
+
RUN apt update
|
3 |
RUN apt install -y cmake make gcc g++ git
|
4 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
5 |
RUN mv llama.cpp/* /code
|