sschellhammer commited on
Commit
25db640
·
verified ·
1 Parent(s): eb24472

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -30,6 +30,8 @@ RUN pip install ollama
30
 
31
  COPY --chown=user . /app
32
 
 
 
33
  # Expose web port
34
  EXPOSE 7860
35
 
 
30
 
31
  COPY --chown=user . /app
32
 
33
+ RUN pip list
34
+
35
  # Expose web port
36
  EXPOSE 7860
37