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:
bhgi
/
ds2api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ds2api
/
Dockerfile
bhgi
Auto-update: v4.3.0 (2026-05-02 01:00 UTC)
8d2b370
verified
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
160 Bytes
# Updated: 2026-05-02 01:00 UTC
FROM
ghcr.io/cjackhwang/ds2api:v4.
3.0
COPY
config.json /app/config.json
ENV
PORT=
7860
EXPOSE
7860
CMD
[
"/usr/local/bin/ds2api"
]