Dockerfile 285 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
5
6
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10-py38
COPY requirements.txt requirements.txt
RUN source /opt/dtk-23.10/env.sh
ENV LANG C.UTF-8
RUN pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com