Spaces:
Running
on
A10G
Running
on
A10G
Update Dockerfile (#18)
Browse files- Update Dockerfile (f22d800ffade42d2304bfb03a90179d79650d8c9)
- 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 |
|