Skip to content

Commit 44256ec

Browse files
committed
fix: sglang dockerfile
1 parent 1d4ae1c commit 44256ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container/Dockerfile.sglang

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/la
463463
sed '/^#\s/d' /workspace/launch_message.txt > ~/.launch_screen && \
464464
echo "cat ~/.launch_screen" >> ~/.bashrc
465465

466+
# Once UX refactor is merged, we can remove these files
467+
# Python components will have been pip installed and packaged in wheel
468+
COPY components/ /workspace/components/
466469
# Copy benchmarks, examples, and tests for CI
467470
# TODO: Remove this once we have a functional CI image built on top of the runtime image
468471
COPY tests /workspace/tests

0 commit comments

Comments
 (0)