Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Posts
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
TRaw
/
1111
No application file

App Files Files Community
1
Fetching metadata from the HF Docker repository...
1111
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
TRaw's picture
TRaw
Create dockr (#1)
247d42d about 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 2 years ago
  • README.md
    190 Bytes
    initial commit about 2 years ago
  • dkr
    228 Bytes
    Create dkr about 2 years ago
  • dockr
    49 Bytes
    Create dockr (#1) about 2 years ago
  • q
    64 Bytes
    Create q about 2 years ago
  • sjs
    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"] about 2 years ago