Spaces:
Running
on
A10G
Running
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,7 +43,7 @@ COPY --chown=1000 . ${HOME}/app
|
|
43 |
RUN git clone https://github.com/ggerganov/llama.cpp && \
|
44 |
cd llama.cpp && \
|
45 |
make clean && \
|
46 |
-
|
47 |
|
48 |
RUN pip install -r llama.cpp/requirements.txt
|
49 |
|
|
|
43 |
RUN git clone https://github.com/ggerganov/llama.cpp && \
|
44 |
cd llama.cpp && \
|
45 |
make clean && \
|
46 |
+
make
|
47 |
|
48 |
RUN pip install -r llama.cpp/requirements.txt
|
49 |
|