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
3fc2b625
Unverified
Commit
3fc2b625
authored
Jan 19, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 19, 2025
Browse files
update docker dev image (#2985)
parent
6ada05d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docker/Dockerfile.dev
docker/Dockerfile.dev
+3
-1
No files found.
docker/Dockerfile.dev
View file @
3fc2b625
...
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
...
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
unzip \
unzip \
pkg-config \
pkg-config \
libssl-dev \
libssl-dev \
bear \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean
&& apt-get clean
...
@@ -41,7 +42,8 @@ RUN python3 -m pip install --no-cache-dir \
...
@@ -41,7 +42,8 @@ RUN python3 -m pip install --no-cache-dir \
pytest \
pytest \
black \
black \
isort \
isort \
icdiff
icdiff \
pre-commit
# Install diff-so-fancy
# Install diff-so-fancy
RUN curl -LSso /usr/local/bin/diff-so-fancy https://github.com/so-fancy/diff-so-fancy/releases/download/v1.4.4/diff-so-fancy \
RUN curl -LSso /usr/local/bin/diff-so-fancy https://github.com/so-fancy/diff-so-fancy/releases/download/v1.4.4/diff-so-fancy \
...
...
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