Skip to content

Commit

Permalink
noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 19, 2024
1 parent c882e96 commit 36c7887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/cutlass/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nvidia/cuda:12.6.1-devel-ubuntu24.04 AS builder
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update --error-on=any && apt-get install -y build-essential git cmake python-is-python3 curl
RUN mkdir /tmp/cutlass && \
curl -sSLfo - https://github.com/NVIDIA/cutlass/archive/refs/tags/v3.5.1.tar.gz | tar zxf - -C /tmp/cutlass --strip-components=1
Expand Down

0 comments on commit 36c7887

Please sign in to comment.