Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jeff86/DeepLX
jeff86
/
Qwen-api
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e6066b1
Qwen-api
/
Dockerfile
jeff86
Update Dockerfile
e6066b1
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
FROM
vinlic/qwen-free-api:latest
ENV
TZ=Asia/Shanghai
RUN
chown
777 /app
EXPOSE
8000
CMD
[
"npm"
,
"start"
]