We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4948a8 commit 4a7f3aaCopy full SHA for 4a7f3aa
docker/sglang/Dockerfile
@@ -47,7 +47,7 @@ RUN chmod +x /usr/local/bin/deep_learning_container.py \
47
&& chmod +x /usr/local/bin/bash_telemetry.sh \
48
&& chmod +x /usr/local/bin/start_cuda_compat.sh \
49
&& rm /tmp/bash_telemetry.sh.template \
50
- && uv pip install --system botocore \
+ && uv pip install --system --break-system-packages botocore \
51
&& uv cache clean
52
53
# Install EFA and remove vulnerable nvjpeg
0 commit comments