TA-Lib / Dockerfile
kristada673's picture
Update Dockerfile
c909b5a
raw
history blame
No virus
146 Bytes
FROM python:3.10
# RUN chmod +x install_talib.sh
# RUN pip install talib-binary
RUN pip install -r requirements.txt
CMD ["python", "-u", "app.py"]