Update Dockerfile
Browse files- 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/
|
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
|