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
fda628d8
Unverified
Commit
fda628d8
authored
Dec 03, 2024
by
Yineng Zhang
Committed by
GitHub
Dec 03, 2024
Browse files
fix: resolve cmake url for Dockerfile.dev (#2335)
parent
07ec07ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.dev
docker/Dockerfile.dev
+2
-2
No files found.
docker/Dockerfile.dev
View file @
fda628d8
...
@@ -50,8 +50,8 @@ RUN curl -L https://github.com/clangd/clangd/releases/download/18.1.3/clangd-lin
...
@@ -50,8 +50,8 @@ RUN curl -L https://github.com/clangd/clangd/releases/download/18.1.3/clangd-lin
&& rm -rf clangd_18.1.3 clangd.zip
&& rm -rf clangd_18.1.3 clangd.zip
# Install CMake
# Install CMake
RUN
curl -L
https://
cmake.org
/download/
#:~:text=
cmake
%2D
3.31.1
%2D
linux
%2D
x86_64.tar.gz
-o cmake.tar.gz
\
RUN
wget
https://
github.com/Kitware/CMake/releases
/download/
v3.31.1/
cmake
-
3.31.1
-
linux
-
x86_64.tar.gz \
&& tar -xzf cmake.tar.gz \
&& tar -xzf cmake
-3.31.1-linux-x86_64
.tar.gz \
&& cp -r cmake-3.31.1-linux-x86_64/bin/* /usr/local/bin/ \
&& cp -r cmake-3.31.1-linux-x86_64/bin/* /usr/local/bin/ \
&& cp -r cmake-3.31.1-linux-x86_64/share/* /usr/local/share/ \
&& cp -r cmake-3.31.1-linux-x86_64/share/* /usr/local/share/ \
&& rm -rf cmake-3.31.1-linux-x86_64 cmake.tar.gz
&& rm -rf cmake-3.31.1-linux-x86_64 cmake.tar.gz
...
...
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