Spaces:
Runtime error
Runtime error
Commit
·
9de27a1
1
Parent(s):
6bbc733
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
FROM python:3.10
|
2 |
-
RUN pip install TA_Lib-0.4.24-cp310-cp310-win_amd64.whl
|
|
|
3 |
CMD ["python", "-u", "app.py"]
|
|
|
1 |
FROM python:3.10
|
2 |
+
RUN pip install TA_Lib-0.4.24-cp310-cp310-win_amd64.whl'
|
3 |
+
RUN pip install gradio
|
4 |
CMD ["python", "-u", "app.py"]
|