Commit 417c4311 authored by dcuai's avatar dcuai
Browse files

更换dtk24.04.1镜像

parent b390e927
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10-py38 FROM 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-23.10/env.sh RUN source /opt/dtk/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