Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangkx1
easy_tools
Commits
4da20266
"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "93bfdde0eeac83fb51b856dc4dc9c38c408b0ee0"
Commit
4da20266
authored
Apr 01, 2026
by
wangkx1
Browse files
Update launch_container.sh
parent
aa8955ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
18 deletions
+16
-18
launch_container.sh
launch_container.sh
+16
-18
No files found.
launch_container.sh
View file @
4da20266
...
@@ -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
:/data
sets
"
"/
datav
:/data
v
"
)
)
# 环境变量配置
# 环境变量配置
environment_vars
=(
environment_vars
=(
"https_proxy=http://10.17.26.123:8086"
"http_proxy=http://10.17.26.123:8086"
)
)
# Docker 设备配置
# Docker 设备配置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment