Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kristada673
/
TA-Lib
like
0
Runtime error
App
Files
Files
Community
33d1879
TA-Lib
/
Dockerfile
kristada673
Update Dockerfile
ddf0a41
over 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
FROM
python:
3.10
RUN
chmod
+x install_talib.sh
RUN
pip install gradio
CMD
[
"python"
,
"-u"
,
"app.py"
]