"git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "e977bbc17f1f9da268498408617d8ecf8ad90ead"
Commit f2698399 authored by wangkx1's avatar wangkx1
Browse files

update new-moon

parent c0705977
This diff is collapsed.
#!/bin/bash
# 安装依赖
pip3 install -r requirements.txt
# 启动服务
python3 model_download_manager.py
docker pull 10.17.27.227/dev/man-model:v2.0
# 更改 -v 为你想要存储的目录
docker run -d --name model_download_manager \
-v /data/DataStore/models:/data/DataStore/models \
-p 7865:7865 -w /workspace/new-moon -e PYTHONUNBUFFERED=1 \
--restart unless-stopped 10.17.27.227/dev/man-model:v2.0 \
bash -c "python3 model_download_manager.py"
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment