Zulelee commited on
Commit
e8295b3
1 Parent(s): a0d1f83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip install -r requirements_api.txt
16
  RUN pip install -r requirements_webui.txt
17
 
18
  # Uncomment the following line if you want to use additional vector libraries like milvus/pg_vector
19
- RUN pip install -r requirements_extra.txt
20
 
21
  # Clone required models using Git LFS
22
  RUN apt-get update && apt-get install -y git-lfs
 
16
  RUN pip install -r requirements_webui.txt
17
 
18
  # Uncomment the following line if you want to use additional vector libraries like milvus/pg_vector
19
+ # RUN pip install -r requirements_extra.txt
20
 
21
  # Clone required models using Git LFS
22
  RUN apt-get update && apt-get install -y git-lfs