mattb512 commited on
Commit
f0edafb
1 Parent(s): 98873da

print pip list

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -25,4 +25,6 @@ RUN cd vlm-evaluation && pip3 install --no-cache-dir -e .
25
 
26
  RUN pip install --no-cache-dir .
27
 
 
 
28
  CMD sh $HOME/app/startup.sh
 
25
 
26
  RUN pip install --no-cache-dir .
27
 
28
+ RUN pip list
29
+
30
  CMD sh $HOME/app/startup.sh