Spaces:
Runtime error
Runtime error
kristada673
commited on
Commit
•
c909b5a
1
Parent(s):
0d6b409
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM python:3.10
|
2 |
# RUN chmod +x install_talib.sh
|
3 |
-
RUN pip install talib-binary
|
4 |
-
RUN pip install
|
5 |
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 -r requirements.txt
|
5 |
CMD ["python", "-u", "app.py"]
|