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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
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
 
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
5
+ # && update-alternatives --config libblas.so.3
6
 
7
  WORKDIR /code
8
  RUN git clone https://github.com/ggerganov/llama.cpp