Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TRaw
/
1111
like
0
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
1111
1 contributor
History:
6 commits
TRaw
Create dockr
e17d95c
almost 2 years ago
.gitattributes
Safe
1.48 kB
initial commit
almost 2 years ago
README.md
Safe
190 Bytes
initial commit
almost 2 years ago
dkr
Safe
228 Bytes
Create dkr
almost 2 years ago
dockr
Safe
49 Bytes
Create dockr
almost 2 years ago
q
Safe
64 Bytes
Create q
almost 2 years ago
sjs
Safe
279 Bytes
FROM python:3.9 WORKDIR /code COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY . . CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
almost 2 years ago