Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/Dockerfile.rocm_ci
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ RUN /bin/bash -c "eval \"\$(~/.local/bin/micromamba shell hook --shell bash)\" &
FLASHINFER_HIP_ARCHITECTURES=${GFX_ARCH} FLASHINFER_AOT_TORCH_EXTS=ON python -m pip wheel . --wheel-dir=./dist/ --no-deps --no-build-isolation -v 2>&1 | tee build_log_aot_whl.log && \
pip install dist/flashinfer-*.whl"

RUN echo 'eval "$(~/.local/bin/micromamba shell hook --shell bash)"' >> ~/.bashrc && \
echo "micromamba activate ${MAMBA_ENV_NAME}" >> ~/.bashrc

# ---------------------------------------------
# Stage 2: Build Test Dependencies - For CI
# ---------------------------------------------
Expand Down