[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:
wenmeng.zwm
2022-09-03 12:10:16 +08:00
committed by yingda.chen
parent 4f72134adf
commit ba74cdf97e
4 changed files with 3 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ python:
install:
- requirements: requirements/docs.txt
- requirements: requirements/readthedocs.txt
- requirements: requirements/runtime.txt
- requirements: requirements/framework.txt

View File

@@ -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 && \

View File

@@ -1 +1 @@
-r requirements/runtime.txt
-r requirements/framework.txt