devve1 commited on
Commit
71f4d85
1 Parent(s): 660fac4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ RUN CMAKE_ARGS="-DLLAMA_CUDA=on" pip3 install --no-cache-dir llama-cpp-python
19
 
20
  FROM qdrant/qdrant:latest
21
 
 
 
22
  RUN apt-get update && apt-get install --no-install-recommends -y \
23
  build-essential \
24
  ffmpeg \
 
19
 
20
  FROM qdrant/qdrant:latest
21
 
22
+ ARG DEBIAN_FRONTEND=noninteractive
23
+
24
  RUN apt-get update && apt-get install --no-install-recommends -y \
25
  build-essential \
26
  ffmpeg \