Spaces:
Runtime error
Runtime error
Update Dockerfile (#18)
Browse files- Update Dockerfile (c2ec962d927ca3c91fecb70a7d8c900545ea7bac)
- 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 |
|