Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
FROM debian:latest
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y aria2 git build-essential
|
|
|
|
| 4 |
|
| 5 |
WORKDIR /code
|
| 6 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
|
|
|
| 1 |
FROM debian:latest
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y aria2 git build-essential
|
| 4 |
+
RUN apt search openblas && apt install -y libopenblas-dev && update-alternatives --config libblas.so.3
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
RUN git clone https://github.com/ggerganov/llama.cpp
|