Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
BeveledCube
/
bevelapi
like
1
Sleeping
App
Files
Files
Community
5517f9c
bevelapi
/
Dockerfile
BeveledCube
Create Dockerfile
e7b7706
verified
10 months ago
raw
Copy download link
history
blame
Safe
148 Bytes
FROM
python:
3.11
WORKDIR
/api
COPY
./ /api/
RUN
pip install --upgrade pip
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
python -u main.py