Dockerfile 291 Bytes
Newer Older
mashun1's avatar
mashun1 committed
1
2
3
4
5
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
RUN source /opt/dtk/env.sh
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
RUN pip3 install git+https://github.com/openai/CLIP.git