Skip to content

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

Merged
ahmedwab merged 1 commit intomainfrom
chore-windows-2022-nvidia-image
Feb 4, 2025
Merged

chore(server): Add new Windows 2022 Nvidia image#324
ahmedwab merged 1 commit intomainfrom
chore-windows-2022-nvidia-image

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