mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-14 15:27:42 +01:00
[to #43878347] Rename runtime.txt to framework.txt
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10000642 * rename runtime.txt to framework.txt
This commit is contained in:
@@ -25,4 +25,4 @@ python:
|
||||
install:
|
||||
- requirements: requirements/docs.txt
|
||||
- requirements: requirements/readthedocs.txt
|
||||
- requirements: requirements/runtime.txt
|
||||
- requirements: requirements/framework.txt
|
||||
|
||||
@@ -64,7 +64,7 @@ RUN if [ "$USE_GPU" = "True" ] ; then \
|
||||
# install modelscope
|
||||
COPY requirements /var/modelscope
|
||||
RUN pip install --no-cache-dir --upgrade pip && \
|
||||
pip install --no-cache-dir -r /var/modelscope/runtime.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
|
||||
pip install --no-cache-dir -r /var/modelscope/framework.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
|
||||
pip install --no-cache-dir -r /var/modelscope/audio.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
|
||||
pip install --no-cache-dir -r /var/modelscope/cv.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
|
||||
pip install --no-cache-dir -r /var/modelscope/multi-modal.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
|
||||
|
||||
@@ -1 +1 @@
|
||||
-r requirements/runtime.txt
|
||||
-r requirements/framework.txt
|
||||
|
||||
Reference in New Issue
Block a user