gijl commited on
Commit
300ec5c
·
verified ·
1 Parent(s): 6ce6322

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -30,6 +30,7 @@ ENV ENABLE_OPENAI_API=true
30
  RUN apt-get update && apt-get install -y --no-install-recommends \
31
  curl \
32
  libgomp1 \
 
33
  && rm -rf /var/lib/apt/lists/*
34
 
35
  # أداة تحميل النماذج من Hugging Face
@@ -46,4 +47,4 @@ RUN CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" \
46
  COPY run.sh /app/run.sh
47
  RUN chmod +x /app/run.sh
48
 
49
- CMD ["/app/run.sh"]
 
30
  RUN apt-get update && apt-get install -y --no-install-recommends \
31
  curl \
32
  libgomp1 \
33
+ libopenblas-dev \
34
  && rm -rf /var/lib/apt/lists/*
35
 
36
  # أداة تحميل النماذج من Hugging Face
 
47
  COPY run.sh /app/run.sh
48
  RUN chmod +x /app/run.sh
49
 
50
+ CMD ["/app/run.sh"]