spuun commited on
Commit
050ba43
·
1 Parent(s): 8f61e6e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11.6-bullseye
2
 
3
- RUN apt update && apt install -y cmake
4
  RUN git clone https://github.com/ggerganov/llama.cpp
5
  WORKDIR llama.cpp
6
 
 
1
  FROM python:3.11.6-bullseye
2
 
3
+ RUN apt update && apt install -y cmake libopenblas-dev
4
  RUN git clone https://github.com/ggerganov/llama.cpp
5
  WORKDIR llama.cpp
6