Skip to content

Commit

Permalink
fix: use devel for Triton's compiler requirements (sgl-project#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Aug 13, 2024
1 parent f7fb68d commit 0076f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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
ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 0076f11

Please sign in to comment.