ejschwartz commited on
Commit
a2de325
·
1 Parent(s): bedd1b2
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -40,4 +40,6 @@ ENV PYTHONUNBUFFERED=1
40
  # Needed to include .bashrc for conda activation
41
  SHELL ["/bin/bash", "-i", "-c"]
42
 
 
 
43
  CMD python main.py
 
40
  # Needed to include .bashrc for conda activation
41
  SHELL ["/bin/bash", "-i", "-c"]
42
 
43
+ RUN pip list
44
+
45
  CMD python main.py
requirements.txt CHANGED
@@ -1 +1,2 @@
1
  gradio
 
 
1
  gradio
2
+