Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
cgr28
/
cs482-project
like
0
Runtime error
App
Files
Files
Community
8fdaf9e
cs482-project
/
Dockerfile
cgr28
installed pytorch
d572bb4
over 1 year ago
raw
Copy download link
history
blame
Safe
99 Bytes
FROM
python:
3.11
COPY
. /app
WORKDIR
/app
RUN
pip install -r requirements.txt
CMD
python3 main.py