Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

feat: add runner cuda 12.4 for windows and ubuntu #417

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Minh141120
Copy link
Member

This pull request introduces Dockerfiles for setting up GitHub Actions runners with CUDA 12.4 on both Ubuntu and Windows platforms. The most important changes include specifying base images, installing necessary packages, and configuring environment settings for both operating systems.

Ubuntu Runner Setup:

  • Added a Dockerfile to use NVIDIA CUDA 12.4.0 development image with Ubuntu 22.04 as the base.
  • Installed essential packages and tools, including git, cmake, and git-lfs.
  • Configured user and group settings for compatibility with GitHub-hosted runners.
  • Set up the GitHub Actions runner and its dependencies.

Windows Runner Setup:

  • Added a Dockerfile to use Windows Server LTSC 2022 as the base image.
  • Installed necessary tools using Chocolatey, including git, cmake, 7zip, and CUDA toolkit 12.4.1.
  • Configured PowerShell for script execution and set up the GitHub Actions runner.

@Minh141120 Minh141120 requested a review from hiento09 March 4, 2025 10:35
@Minh141120 Minh141120 self-assigned this Mar 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant