Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cacode
/
sub2api-dev
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
028db35
sub2api-dev
/
Dockerfile
cacode
Update Dockerfile
028db35
verified
about 2 months ago
raw
Copy download link
history
blame
143 Bytes
FROM
weishaw/sub2api:latest
# 给镜像传常见运行参数(镜像若支持会自动使用)
ENV
HOST
=0.0.0.0 \
PORT
=7860
EXPOSE 7860