Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liaowen
/
trans
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aa7f192
trans
/
Dockerfile
liaowen
Create Dockerfile
aa7f192
verified
6 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
FROM
xxnuo/mtranserver:latest
# 复制模型文件到容器中
COPY
./models /app/models
# 暴露端口
EXPOSE
8989
# 设置环境变量
ENV
CORE_API_TOKEN=
88888888