Spaces:
Runtime error
Runtime error
File size: 95 Bytes
c63db98 |
1 2 3 4 5 6 |
FROM lmsysorg/sglang:latest
COPY patch.diff /tmp/patch.diff
RUN patch -p 1 < /tmp/patch.diff
|