Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
TRaw
/
1111
No application file

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