lemonteaa commited on
Commit
e80240d
·
1 Parent(s): e5d7842

Update Dockerfile

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