Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
singhjagpreet
/
student-performance
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
student-performance
/
Dockerfile
singhjagpreet
updated logger
40425a0
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
92 Bytes
FROM
python:
3.10
COPY
. .
RUN
pip install -r requirements.txt
CMD
python application.py