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