Skip to content

Commit d8a8313

Browse files
committed
update files.
1 parent 95ef884 commit d8a8313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN pip install -qq --upgrade pip
2727
# 定义 torch 版本参数
2828
ARG TORCH_VERSION
2929
# 安装 torch
30-
RUN pip install -qq --no-cache-dir torch==${TORCH_VERSION} --index-url https://download.pytorch.org/whl/torch
30+
RUN pip install -qq --no-cache-dir torch==${TORCH_VERSION}
3131

3232
# 设置工作目录
3333
WORKDIR /home

0 commit comments

Comments
 (0)