Yahir commited on
Commit
cf1f25c
·
1 Parent(s): 6a79c9a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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