"research/steve/util.py" did not exist on "b54b536b2de73b9fb1b3dd479240158151b50e5a"
Dockerfile 318 Bytes
Newer Older
mashun1's avatar
ridcp  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest

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/