Skip to content
Open
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
21 changes: 10 additions & 11 deletions docker/helion.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@ RUN sudo uv pip install --system \
# # tinygrad
# RUN sudo uv pip install --system tinygrad~=0.10

# # NVIDIA CUDA packages
# RUN sudo uv pip install --system \
# nvidia-cupynumeric~=25.3 \
# nvidia-cutlass-dsl==4.3.5 \
# "cuda-core[cu13]" \
# "cuda-python[all]==13.0"

# # CUTLASS C++ headers
# RUN git clone --depth 1 --branch v4.3.5 https://github.com/NVIDIA/cutlass.git /opt/cutlass
# ENV CUTLASS_PATH=/opt/cutlass
# ENV CPLUS_INCLUDE_PATH=/opt/cutlass/include:/opt/cutlass/tools/util/include
# NVIDIA CUDA/CUTLASS packages for CuTe DSL submissions
RUN sudo uv pip install --system \
nvidia-cutlass-dsl==4.5.2 \
"cuda-core[cu13]" \
"cuda-python[all]==13.0"

# CUTLASS C++ headers
RUN git clone --depth 1 --branch v4.5.1 https://github.com/NVIDIA/cutlass.git /opt/cutlass
ENV CUTLASS_PATH=/opt/cutlass
ENV CPLUS_INCLUDE_PATH=/opt/cutlass/include:/opt/cutlass/tools/util/include