Spaces:
Runtime error
Runtime error
kristada673
commited on
Commit
•
8b49c4d
1
Parent(s):
33d1879
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM python:3.10
|
2 |
-
RUN chmod +x install_talib.sh
|
|
|
3 |
RUN pip install gradio
|
4 |
CMD ["python", "-u", "app.py"]
|
|
|
1 |
FROM python:3.10
|
2 |
+
# RUN chmod +x install_talib.sh
|
3 |
+
RUN pip install talib-binary
|
4 |
RUN pip install gradio
|
5 |
CMD ["python", "-u", "app.py"]
|