Unverified Commit 1faf0152 authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: removing PYTHONPATH in sglang Dockerfile, no need for it anymore (#3378)


Signed-off-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent 1927cb87
......@@ -226,8 +226,6 @@ COPY components/ /workspace/components/
# Copy attribution files
COPY ATTRIBUTION* LICENSE /workspace/
ENV PYTHONPATH=/workspace/examples/sglang/utils:$PYTHONPATH
ENTRYPOINT ["/opt/nvidia/nvidia_entrypoint.sh"]
CMD []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment