Update codespaces.yml

This commit is contained in:
436646-eng 2025-12-23 12:19:37 -05:00 committed by GitHub
parent c7aac1edcf
commit 2b98330dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,12 +3,14 @@ services:
container_name: windows
image: ghcr.io/dockur/windows
environment:
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
RAM_SIZE: "16GB"
DISK_SIZE: "10TB"
CPU_CORES: "32"
devices:
- /dev/kvm
- /dev/net/tun
- /dev/kfd # AMD compute device
- /dev/dri # AMD graphics device (render nodes)
cap_add:
- NET_ADMIN
ports: