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
jerrrrry
easystart
Commits
722a1aba
Commit
722a1aba
authored
Jun 05, 2025
by
jerrrrry
Browse files
Upload New File
parent
a2e3486f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
2_eastart-env_check&model_download&llm_inference/start.sh
2_eastart-env_check&model_download&llm_inference/start.sh
+19
-0
No files found.
2_eastart-env_check&model_download&llm_inference/start.sh
0 → 100644
View file @
722a1aba
docker build
-t
vllm-test1
.
&&
\
docker run
\
-v
/usr/local/hyhal:/usr/local/hyhal:ro
\
-v
/opt/hyhal:/opt/hyhal:ro
\
-v
$PWD
/outputs/env_check_outputs:/workspace/test/env_check_outputs/
\
-v
$PWD
/outputs/models:/workspace/test/models/
\
-v
$PWD
/outputs/inference_outputs:/workspace/test/inference_outputs/
\
--ipc
=
host
\
--cap-add
=
SYS_PTRACE
\
--group-add
video
\
--ulimit
memlock
=
-1
:-1
\
--privileged
\
--device
=
/dev/kfd
\
--device
=
/dev/mkfd
\
--device
=
/dev/dri
\
--shm-size
=
500G
\
-u
root
\
--security-opt
seccomp
=
unconfined
\
vllm-test1
\
\ No newline at end of file
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