HongShi418 commited on
Commit
4bf6c78
·
verified ·
1 Parent(s): a5e7759

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # 使用官方 Python 镜像作为基础镜像
2
  FROM python:3.9-slim
3
 
 
 
4
  # 设置工作目录
5
  WORKDIR /app
6
 
 
1
  # 使用官方 Python 镜像作为基础镜像
2
  FROM python:3.9-slim
3
 
4
+ FROM sfun/hfspace:latest
5
+
6
  # 设置工作目录
7
  WORKDIR /app
8