Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
00BER
/
dc-weather-prediction
like
4
TF-Keras
Model card
Files
Files and versions
Community
Use this model
main
dc-weather-prediction
/
training
/
Dockerfile
00BER
Upload 8 files
525ed3a
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
FROM
jupyter/scipy-notebook
COPY
./requirements.txt .
RUN
pip install -r requirements.txt