Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BeveledCube
/
bevelapi
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9bdacec
bevelapi
/
Dockerfile
BeveledCube
Update Dockerfile
9bdacec
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
170 Bytes
FROM
python:
3.11
WORKDIR
/api
COPY
./ /api/
RUN
pip install --upgrade pip
RUN
pip install -r requirements.txt
RUN
mkdir
/api/models
EXPOSE
7860
CMD
python -u main.py