Skip to content

fix(evo2_megatron): pin warp-lang<1.13.0 in Dockerfile#1570

Merged
pstjohn merged 1 commit into
NVIDIA:mainfrom
svc-bionemo:fix-evo2-warp-pin
May 6, 2026
Merged

fix(evo2_megatron): pin warp-lang<1.13.0 in Dockerfile#1570
pstjohn merged 1 commit into
NVIDIA:mainfrom
svc-bionemo:fix-evo2-warp-pin

Conversation

@svc-bionemo
Copy link
Copy Markdown
Collaborator

@svc-bionemo svc-bionemo commented May 6, 2026

Problem

subquadratic-ops is incompatible with warp-lang>=1.13.0. The Dockerfile picks up the latest warp, causing build failures.

Fix

Add RUN uv pip install "warp-lang<1.13.0" to the Dockerfile after venv creation. Temporary workaround until subquadratic-ops gets a warp 1.13-compatible release.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 6, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: de409eeb-91a3-45f6-a877-cd497929dbc2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@svc-bionemo svc-bionemo force-pushed the fix-evo2-warp-pin branch from ee6a120 to f9d45aa Compare May 6, 2026 15:47
@svc-bionemo svc-bionemo changed the title fix(evo2_megatron): pin warp-lang<1.13.0 in CI and Dockerfile fix(evo2_megatron): pin warp-lang<1.13.0 in Dockerfile May 6, 2026
subquadratic-ops is incompatible with warp-lang>=1.13.0. Pin warp-lang
in the Dockerfile until upstream releases a compatible version.

Signed-off-by: svc-bionemo <267129667+svc-bionemo@users.noreply.github.com>
@svc-bionemo svc-bionemo force-pushed the fix-evo2-warp-pin branch from f9d45aa to 70ac941 Compare May 6, 2026 15:56
@pstjohn pstjohn added this pull request to the merge queue May 6, 2026
Merged via the queue into NVIDIA:main with commit d7e9c69 May 6, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants