zwq2018 commited on
Commit
c4b87eb
·
1 Parent(s): 947c6b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # 使用Hugging Face提供的基础镜像
2
- FROM huggingface/moon-landing:latest
3
 
4
  # 设置工作目录
5
  WORKDIR /app
 
1
  # 使用Hugging Face提供的基础镜像
2
+ FROM python:3.9-slim-buster
3
 
4
  # 设置工作目录
5
  WORKDIR /app