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
455bdd3
TA-Lib
/
Dockerfile
kristada673
Upload 2 files
455bdd3
over 1 year ago
raw
Copy download link
history
blame
103 Bytes
FROM
python:
3
.
10
RUN
pip install TA_Lib-
0
.
4
.
24
-cp310-cp310-win_amd64.whl
CMD
["python", "-u", "app.py"]