mattb512 commited on
Commit
0ac9bc7
1 Parent(s): fe200f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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