File size: 131 Bytes
455bdd3
8b49c4d
 
9de27a1
455bdd3
1
2
3
4
5
FROM python:3.10
# RUN chmod +x install_talib.sh
RUN pip install talib-binary
RUN pip install gradio
CMD ["python", "-u", "app.py"]