Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TS-MODELS-OPT
training
Autonomous-Driving-models
Commits
5be0bc5c
Commit
5be0bc5c
authored
Apr 03, 2026
by
yongshk
Browse files
docker images
parent
80a37498
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
90 additions
and
0 deletions
+90
-0
docker-hub/BEVFormer/readme.md
docker-hub/BEVFormer/readme.md
+18
-0
docker-hub/FlashOCC/readme.md
docker-hub/FlashOCC/readme.md
+18
-0
docker-hub/MapTRv2/readme.md
docker-hub/MapTRv2/readme.md
+18
-0
docker-hub/PointPillars/readme.md
docker-hub/PointPillars/readme.md
+18
-0
docker-hub/Sparse4D/readme.md
docker-hub/Sparse4D/readme.md
+18
-0
No files found.
docker-hub/BEVFormer/readme.md
0 → 100644
View file @
5be0bc5c
# BEVformer
## 环境构建
```
docker run -dit --network=host --name=dk_bevformer_test --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=128G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /opt/hyhal:/opt/hyhal:ro -v /public/opendas/DL_DATA/zijia:/data:ro harbor.sourcefind.cn:5443/dcu/admin/base/custom:pytorch2.5.1-driver-bevformer
```
## 代码执行
```
## 代码已经在容器/workspace下了
cd /workspace/BEVFormer
bash start_bevformer.sh
```
docker-hub/FlashOCC/readme.md
0 → 100644
View file @
5be0bc5c
# Flashocc
## 环境构建
```
docker run -dit --network=host --name=dk_bevformer_test --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=128G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /opt/hyhal:/opt/hyhal:ro -v /public/opendas/DL_DATA/zijia:/data:ro harbor.sourcefind.cn:5443/dcu/admin/base/custom:pytorch2.5.1-driver-flashocc
```
## 代码执行
```
## 代码已经在容器/workspace下了
cd /workspace/Flashocc
bash start_flashocc.sh
```
docker-hub/MapTRv2/readme.md
0 → 100644
View file @
5be0bc5c
# MapTRv2
## 环境构建
```
docker run -dit --network=host --name=dk_bevformer_test --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=128G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /opt/hyhal:/opt/hyhal:ro -v /public/opendas/DL_DATA/zijia:/data:ro harbor.sourcefind.cn:5443/dcu/admin/base/custom:pytorch2.5.1-driver-maptrv2
```
## 代码执行
```
## 代码已经在容器/workspace下了
cd /workspace/MapTR
bash start_maptrv2.sh
```
docker-hub/PointPillars/readme.md
0 → 100644
View file @
5be0bc5c
# pointpillars
## 环境构建
```
docker run -dit --network=host --name=dk_bevformer_test --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=128G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /opt/hyhal:/opt/hyhal:ro -v /public/opendas/DL_DATA/zijia:/data:ro harbor.sourcefind.cn:5443/dcu/admin/base/custom:pytorch2.5.1-driver-pointpillars
```
## 代码执行
```
## 代码已经在容器/workspace下了
cd /workspace/pointpillars
bash start_pointpillars.sh
```
docker-hub/Sparse4D/readme.md
0 → 100644
View file @
5be0bc5c
# Sparse4D
## 环境构建
```
docker run -dit --network=host --name=dk_bevformer_test --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=128G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /opt/hyhal:/opt/hyhal:ro -v /public/opendas/DL_DATA/zijia:/data:ro harbor.sourcefind.cn:5443/dcu/admin/base/custom:pytorch2.5.1-driver-Sparse4D
```
## 代码执行
```
## 代码已经在容器/workspace下了
cd /workspace/Sparse4D
bash start_sparse4d.sh
```
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