Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ WORKDIR $HOME/app
|
|
| 30 |
|
| 31 |
COPY --chown=user . $HOME/app
|
| 32 |
|
| 33 |
-
RUN git clone https://github.com/TRI-ML/vlm-evaluation.git
|
| 34 |
|
| 35 |
RUN cd vlm-evaluation && pip install -e .
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
COPY --chown=user . $HOME/app
|
| 32 |
|
| 33 |
+
RUN git clone --branch hf_demo https://github.com/TRI-ML/vlm-evaluation.git
|
| 34 |
|
| 35 |
RUN cd vlm-evaluation && pip install -e .
|
| 36 |
|