AIencoder commited on
Commit
b399523
·
verified ·
1 Parent(s): 9bac561

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ ENV HF_HUB_CACHE=/data/.huggingface/hub
12
  # Install system dependencies
13
  RUN apt-get update && apt-get install -y \
14
  ffmpeg \
 
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
  # Install AVX512 + OpenBLAS optimized llama-cpp-python wheel (MAXIMUM SPEED!)
 
12
  # Install system dependencies
13
  RUN apt-get update && apt-get install -y \
14
  ffmpeg \
15
+ libopenblas0 \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Install AVX512 + OpenBLAS optimized llama-cpp-python wheel (MAXIMUM SPEED!)