"INSTALL/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "038c0533d9dfc94cfc176c84e7e63426ba3e7370"
Commit afb38455 authored by dcuai's avatar dcuai
Browse files

Update Dockerfile

parent 3bab82ae
FROM docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk24.04-py310 FROM docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
COPY requirement.txt requirement.txt COPY requirement.txt requirement.txt
RUN source /opt/dtk-24.04/env.sh RUN source /opt/dtk-24.04.1/env.sh
ENV LANG C.UTF-8 ENV LANG C.UTF-8
RUN pip install -r requirement.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com RUN pip install -r requirement.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment