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
OpenDAS
vllm_cscc
Commits
9f374227
Unverified
Commit
9f374227
authored
Mar 14, 2025
by
Liangfu Chen
Committed by
GitHub
Mar 14, 2025
Browse files
[Neuron][CI] update docker run command (#14829)
Signed-off-by:
Liangfu Chen
<
liangfc@amazon.com
>
parent
dd344e03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/run-neuron-test.sh
.buildkite/run-neuron-test.sh
+1
-1
No files found.
.buildkite/run-neuron-test.sh
View file @
9f374227
...
@@ -44,7 +44,7 @@ remove_docker_container() {
...
@@ -44,7 +44,7 @@ remove_docker_container() {
trap
remove_docker_container EXIT
trap
remove_docker_container EXIT
# Run the image
# Run the image
docker run
--rm
-it
--device
=
/dev/neuron0
--device
=
/dev/neuron1
--network
host
\
docker run
--rm
-it
--device
=
/dev/neuron0
--network
bridge
\
-v
"
${
HF_CACHE
}
:
${
HF_MOUNT
}
"
\
-v
"
${
HF_CACHE
}
:
${
HF_MOUNT
}
"
\
-e
"HF_HOME=
${
HF_MOUNT
}
"
\
-e
"HF_HOME=
${
HF_MOUNT
}
"
\
-v
"
${
NEURON_COMPILE_CACHE_URL
}
:
${
NEURON_COMPILE_CACHE_MOUNT
}
"
\
-v
"
${
NEURON_COMPILE_CACHE_URL
}
:
${
NEURON_COMPILE_CACHE_MOUNT
}
"
\
...
...
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