mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user