Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • 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
e17d95c over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 2 years ago
  • README.md
    190 Bytes
    initial commit over 2 years ago
  • dkr
    228 Bytes
    Create dkr over 2 years ago
  • dockr
    49 Bytes
    Create dockr over 2 years ago
  • q
    64 Bytes
    Create q over 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"] over 2 years ago