FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu22.04-dtk23.10.1-py310 ENV DEBIAN_FRONTEND=noninteractive RUN source /opt/dtk-23.10/env.sh COPY requirements.txt requirements.txt RUN pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com RUN pip install bitsandbytes-0.43.0-py3-none-any.whl RUN pip install deepspeed-0.12.3+gitfe61783.abi0.dtk2310.torch2.1.0a0-cp310-cp310-manylinux2014_x86_64.whl