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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -19,10 +19,6 @@ 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 software-properties-common
23
-
24
- RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update
25
-
26
  RUN apt-get update && apt-get install --no-install-recommends -y \
27
  build-essential \
28
  ffmpeg \
 
19
 
20
  FROM qdrant/qdrant:latest
21
 
 
 
 
 
22
  RUN apt-get update && apt-get install --no-install-recommends -y \
23
  build-essential \
24
  ffmpeg \