Spaces:
Sleeping
Sleeping
Commit
·
a2de325
1
Parent(s):
bedd1b2
grr
Browse files- Dockerfile +2 -0
- 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 |
+
|