print pip list
Browse files- 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
|