mirror of
https://github.com/dockur/windows.git
synced 2026-01-09 15:53:14 +00:00
Update codespaces.yml
This commit is contained in:
parent
c7aac1edcf
commit
2b98330dc3
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user