mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-10 04:22:33 +02:00
6 lines
150 B
Docker
6 lines
150 B
Docker
FROM {base_image}
|
|
|
|
RUN cd modelscope && pip install . -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
|
|
|
|
SHELL ["/bin/bash", "-c"]
|