wanghgfce commited on
Commit
9e8d3fa
·
verified ·
1 Parent(s): b869c7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # 使用 New API 官方镜像
2
- FROM deanxv/done-hub:latest
3
 
4
  # 让 New API 在 HuggingFace 期望的端口上监听(默认 7860)
5
  ENV PORT=7860
 
1
  # 使用 New API 官方镜像
2
+ FROM calciumion/new-api:latest
3
 
4
  # 让 New API 在 HuggingFace 期望的端口上监听(默认 7860)
5
  ENV PORT=7860