Skip to content

Commit 370a998

Browse files
committed
...
1 parent 195228d commit 370a998

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile.nightly_torch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache \
279279
&& echo "Building FlashInfer with FLASHINFER_CUDA_ARCH_LIST=${FLASHINFER_CUDA_ARCH_LIST}" \
280280
&& echo "Building FlashInfer with NVCC_APPEND_FLAGS=${NVCC_APPEND_FLAGS}" \
281281
&& echo "Running AOT compilation..." \
282-
&& set -o pipefail \
283-
&& python3 -m flashinfer.aot 2>&1 | tee /tmp/flashinfer_aot.log \
282+
&& python3 -m flashinfer.aot \
284283
&& echo "AOT compilation completed successfully!" \
285284
&& echo "Building wheel..." \
286285
&& uv build --no-build-isolation --wheel --out-dir /tmp/flashinfer-dist . \

0 commit comments

Comments
 (0)