Dockerfile 315 Bytes
Newer Older
dcuai's avatar
dcuai committed
1
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
mashun1's avatar
ridcp  
mashun1 committed
2
3
4
5
6
7
8
9
10
11
12

COPY . /tmp/

WORKDIR /tmp

# RUN mkdir -p /root/.cache/torch/hub/checkpoints/

RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple

# RUN cp -r ./extra_models/* /root/.cache/torch/hub/checkpoints/