Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
|
|
9 |
|
10 |
# 克隆GitHub仓库
|
11 |
# 注意:替换下面的仓库URL为你的实际仓库地址
|
12 |
-
RUN git clone https://github.com/leoncool23/
|
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
|