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
change
sglang
Commits
bb6a21cd
"vscode:/vscode.git/clone" did not exist on "b6ae2a6d686bfa6c4fb504f23fc06fbb631ff627"
Unverified
Commit
bb6a21cd
authored
Nov 05, 2025
by
Baizhou Zhang
Committed by
GitHub
Nov 05, 2025
Browse files
[Fix]Tiny fix in Dockerfile (#12748)
parent
32ec68fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
docker/Dockerfile
View file @
bb6a21cd
...
@@ -96,7 +96,7 @@ ARG BRANCH_TYPE
...
@@ -96,7 +96,7 @@ ARG BRANCH_TYPE
COPY
--from=local_src /src /tmp/local_src
COPY
--from=local_src /src /tmp/local_src
RUN if
[
"
$BRANCH_TYPE
"
=
"local"
]
;
then
\
RUN if
[
"
$BRANCH_TYPE
"
=
"local"
]
;
then
\
cp
-r
/tmp/local_src /sgl-workspace/sglang
;
\
cp
-r
/tmp/local_src /sgl-workspace/sglang
;
\
elif
[
"
$USE_LATEST_SGLANG
"
=
=
"1"
]
;
then
\
elif
[
"
$USE_LATEST_SGLANG
"
=
"1"
]
;
then
\
git clone
--depth
=
1 https://github.com/sgl-project/sglang.git /sgl-workspace/sglang
;
\
git clone
--depth
=
1 https://github.com/sgl-project/sglang.git /sgl-workspace/sglang
;
\
else
\
else
\
git clone
--depth
=
1
--branch
v
${
SGL_VERSION
}
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang
;
\
git clone
--depth
=
1
--branch
v
${
SGL_VERSION
}
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang
;
\
...
...
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