FROM python:3.10 # RUN chmod +x install_talib.sh RUN pip install talib-binary RUN pip install gradio CMD ["python", "-u", "app.py"]