Dockerfile 197 Bytes
Newer Older
chenych's avatar
chenych committed
1
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04.1-py38-latest
chenych's avatar
chenych committed
2
3
4
RUN source /opt/dtk/env.sh
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt