Geraldine commited on
Commit
6770ac1
·
verified ·
1 Parent(s): 61ef371

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt-get update \
4
  RUN git lfs install
5
 
6
  WORKDIR /usr/src/app
7
- RUN git clone https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct-GPTQ-Int8
8
  RUN git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
9
  COPY . .
10
  RUN pip install --upgrade pip
 
4
  RUN git lfs install
5
 
6
  WORKDIR /usr/src/app
7
+ RUN git clone https://huggingface.co/HuggingFaceTB/SmolVLM-500M-Instruct
8
  RUN git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
9
  COPY . .
10
  RUN pip install --upgrade pip