Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
TRaw
/
1111
like
0
No application file
App
Files
Files
Community
1
72e4219
1111
1 contributor
History:
5 commits
TRaw
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"]
72e4219
over 1 year ago
.gitattributes
Safe
1.48 kB
initial commit
over 1 year ago
README.md
Safe
190 Bytes
initial commit
over 1 year ago
dkr
Safe
228 Bytes
Create dkr
over 1 year ago
q
Safe
64 Bytes
Create q
over 1 year 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"]
over 1 year ago