Unverified Commit 8d9ccdfb authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: remove cupy-cuda13x from dev container (#5669)


Signed-off-by: default avatarKeiven Chang <keivenc@nvidia.com>
Co-authored-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent a9b74dc2
...@@ -351,8 +351,7 @@ RUN --mount=type=bind,source=./container/deps/requirements.txt,target=/tmp/requi ...@@ -351,8 +351,7 @@ RUN --mount=type=bind,source=./container/deps/requirements.txt,target=/tmp/requi
--index-strategy unsafe-best-match \ --index-strategy unsafe-best-match \
--extra-index-url https://download.pytorch.org/whl/cu130 \ --extra-index-url https://download.pytorch.org/whl/cu130 \
--requirement /tmp/requirements.txt \ --requirement /tmp/requirements.txt \
--requirement /tmp/requirements.test.txt \ --requirement /tmp/requirements.test.txt && \
cupy-cuda13x && \
if [ "${FRAMEWORK}" = "sglang" ]; then \ if [ "${FRAMEWORK}" = "sglang" ]; then \
uv pip install --force-reinstall --no-deps pytest; \ uv pip install --force-reinstall --no-deps pytest; \
fi fi
......
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