8.29
This commit is contained in:
parent
a72fe30e4f
commit
bc19a4ada0
@ -8,7 +8,7 @@ RUN pip config set global.progress_bar off
|
|||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
RUN pip install --upgrade pip --default-timeout=100 \
|
RUN pip install --upgrade pip --default-timeout=100 \
|
||||||
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
&& pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
|
||||||
|
|
||||||
# 将当前目录的内容复制到容器的 /PycharmProjects 中
|
# 将当前目录的内容复制到容器的 /PycharmProjects 中
|
||||||
COPY .. .
|
COPY .. .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user