leonsimon23 commited on
Commit
84a6e3c
·
verified ·
1 Parent(s): 0efb2ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
9
 
10
  # 克隆GitHub仓库
11
  # 注意:替换下面的仓库URL为你的实际仓库地址
12
- RUN git clone https://github.com/leoncool23/testhg.git .
13
 
14
  # 安装依赖
15
  RUN pip install --no-cache-dir -r requirements.txt
 
9
 
10
  # 克隆GitHub仓库
11
  # 注意:替换下面的仓库URL为你的实际仓库地址
12
+ RUN git clone https://github.com/leoncool23/testStreamlit.git .
13
 
14
  # 安装依赖
15
  RUN pip install --no-cache-dir -r requirements.txt