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
5a96ee52
Unverified
Commit
5a96ee52
authored
Jul 22, 2024
by
youkaichao
Committed by
GitHub
Jul 22, 2024
Browse files
[ci][build] add back vim in docker (#6661)
parent
42c7f66a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
5a96ee52
...
...
@@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&&
python3
--version
RUN
apt-get update
-y
\
&&
apt-get
install
-y
python3-pip git curl libibverbs-dev
&&
apt-get
install
-y
python3-pip git
vim
curl libibverbs-dev
# Install pip s.t. it will be compatible with our PYTHON_VERSION
RUN
curl
-sS
https://bootstrap.pypa.io/get-pip.py | python
${
PYTHON_VERSION
}
...
...
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