Unverified Commit 0076f115 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: use devel for Triton's compiler requirements (#1074)

parent f7fb68d2
ARG CUDA_VERSION=12.1.1 ARG CUDA_VERSION=12.1.1
FROM nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu20.04 FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu20.04
ARG BUILD_TYPE=all ARG BUILD_TYPE=all
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
......
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