We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10054d8 commit 2b28d54Copy full SHA for 2b28d54
.github/workflows/pr-sglang.yml
@@ -16,7 +16,7 @@ env:
16
# Common
17
CONTAINER_TYPE: "general"
18
FRAMEWORK: "sglang"
19
- SGLANG_VERSION: "0.5.7"
+ SGLANG_VERSION: "0.5.8"
20
PYTHON_VERSION: "py312"
21
CUDA_VERSION: "cu129"
22
OS_VERSION: "ubuntu22.04"
docker/sglang/Dockerfile
@@ -1,6 +1,6 @@
1
# Declare the argument as default to use as input
2
# base image: https://hub.docker.com/r/lmsysorg/sglang/tags
3
-ARG BASE_IMAGE=lmsysorg/sglang:v0.5.7-cu129-amd64
+ARG BASE_IMAGE=lmsysorg/sglang:v0.5.8-cu129-amd64
4
5
# Use input argument as base image
6
FROM $BASE_IMAGE AS base
0 commit comments