Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(server): Add new Windows 2022 Nvidia image #324

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

ahmedwab
Copy link
Contributor

@ahmedwab ahmedwab commented Feb 4, 2025

Description

This PR adds a new windows 2022 server image for CUDA

Implementation details

Added new image to existing array of images

How to validate

Here’s a quick usage example:

version: 2.1

jobs:
  build:
    machine:
      image: 'windows-server-2019-cuda:edge'
      resource_class: windows.gpu.nvidia.medium
      shell: powershell.exe -ExecutionPolicy Bypass
    steps:
      - run: Write-Host 'Hello, Windows'

@ahmedwab ahmedwab merged commit e2aae9e into main Feb 4, 2025
6 checks passed
@ahmedwab ahmedwab deleted the chore-windows-2022-nvidia-image branch February 4, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants