"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "93bfdde0eeac83fb51b856dc4dc9c38c408b0ee0"
Commit 4da20266 authored by wangkx1's avatar wangkx1
Browse files

Update launch_container.sh

parent aa8955ca
...@@ -9,20 +9,18 @@ ...@@ -9,20 +9,18 @@
# ==================== 配置区域 ==================== # ==================== 配置区域 ====================
# 镜像配置 # 镜像配置
docker_image="dcu_ai:v1.1" docker_image="harbor.sourcefind.cn:5443/dcu/admin/base/vllm:0.11.0-ubuntu22.04-dtk25.04.2-1226-das1.7-py3.10-20251226"
container_name="yolov5_test_dtk24.04.1" container_name="wkx-dtk25042-vllm-0.11.0-1226"
# 挂载卷配置 (格式: "宿主机路径:容器路径") # 挂载卷配置 (格式: "宿主机路径:容器路径")
# 可以添加多个挂载,用空格分隔 # 可以添加多个挂载,用空格分隔
mounts=( mounts=(
"/opt/hyhal:/opt/hyhal" "/opt/hyhal:/opt/hyhal"
"/home/wkx/yolov5/datasets:/datasets" "/datav:/datav"
) )
# 环境变量配置 # 环境变量配置
environment_vars=( environment_vars=(
"https_proxy=http://10.17.26.123:8086"
"http_proxy=http://10.17.26.123:8086"
) )
# Docker 设备配置 # Docker 设备配置
......
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