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
6aa8ad14
"...text-generation-inference.git" did not exist on "b1482d90488b0e92a0adc06d47a603b5d837442c"
Unverified
Commit
6aa8ad14
authored
Aug 16, 2024
by
Yineng Zhang
Committed by
GitHub
Aug 16, 2024
Browse files
fix: resolve Python.h header missing (#1119)
parent
26e9c12c
Changes
1
Hide 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 @
6aa8ad14
...
@@ -8,7 +8,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
...
@@ -8,7 +8,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&&
apt update
-y
\
&&
apt update
-y
\
&&
apt
install
software-properties-common
-y
\
&&
apt
install
software-properties-common
-y
\
&&
add-apt-repository ppa:deadsnakes/ppa
-y
&&
apt update
\
&&
add-apt-repository ppa:deadsnakes/ppa
-y
&&
apt update
\
&&
apt
install
python3.10
-y
\
&&
apt
install
python3.10
python3.10-dev
-y
\
&&
update-alternatives
--install
/usr/bin/python3 python3 /usr/bin/python3.8 1
&&
update-alternatives
--install
/usr/bin/python3 python3 /usr/bin/python3.10 2
\
&&
update-alternatives
--install
/usr/bin/python3 python3 /usr/bin/python3.8 1
&&
update-alternatives
--install
/usr/bin/python3 python3 /usr/bin/python3.10 2
\
&&
update-alternatives
--set
python3 /usr/bin/python3.10
&&
apt
install
python3.10-distutils
-y
\
&&
update-alternatives
--set
python3 /usr/bin/python3.10
&&
apt
install
python3.10-distutils
-y
\
&&
apt
install
curl git
sudo
-y
\
&&
apt
install
curl git
sudo
-y
\
...
...
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