add instal fastapi for server support

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/15248194
* add instal fastapi for server support
This commit is contained in:
mulin.lyh
2024-01-04 14:36:07 +08:00
committed by ly119399
parent 385486daf2
commit 228ef8afa3

View File

@@ -52,6 +52,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir -r /var/modelscope/nlp.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
pip install --no-cache-dir -r /var/modelscope/science.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
pip install --no-cache-dir -r /var/modelscope/tests.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
pip install --no-cache-dir -r /var/modelscope/svr.txt && \
pip cache purge
COPY examples /modelscope/examples