Skip to content

Commit 6af11bd

Browse files
authored
allow upstream to manage pip packages (#5476)
* allow upstream to manage non-sm packages * remove sm packages
1 parent 6ece509 commit 6af11bd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

sglang/x86_64/gpu/Dockerfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,6 @@ RUN dpkg -l | grep -E "cuda|nvidia|libnv" | awk '{print $2}' | xargs apt-mark ho
9494
&& apt-get upgrade -y \
9595
&& apt-get clean
9696

97-
RUN pip install --no-cache-dir -U \
98-
pandas \
99-
plotly \
100-
scikit-learn \
101-
numpy \
102-
pyyaml \
103-
numpy \
104-
scipy \
105-
boto3 \
106-
awscli \
107-
sagemaker
108-
10997
RUN rm -rf /tmp/*
11098

11199
COPY sagemaker_entrypoint.sh /usr/local/bin/sagemaker_entrypoint.sh

0 commit comments

Comments
 (0)