mirror of
https://github.com/trycua/computer.git
synced 2026-01-09 23:10:11 -06:00
chore: remove unused env vars
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
FROM trycua/windows-local:latest
|
||||
FROM windows-local:latest
|
||||
|
||||
COPY src/vm/setup/. /oem/
|
||||
|
||||
COPY --chmod=755 src/entry.sh /entry.sh
|
||||
|
||||
ENV YRES="900"
|
||||
ENV XRES="1440"
|
||||
ENV RAM_SIZE="8G"
|
||||
ENV CPU_CORES="8"
|
||||
ENV VERSION="win11x64-enterprise-eval"
|
||||
|
||||
@@ -102,8 +102,6 @@ docker run -it --rm \
|
||||
- `RAM_SIZE`: RAM allocated to Windows VM (default: "8G", recommended: "8G" for WSL2)
|
||||
- `CPU_CORES`: CPU cores allocated to VM (default: "8")
|
||||
- `DISK_SIZE`: VM disk size (default: "30G", minimum: "20G")
|
||||
- `YRES`: Screen height (default: "900")
|
||||
- `XRES`: Screen width (default: "1440")
|
||||
- `VERSION`: Windows version (default: "win11x64-enterprise-eval")
|
||||
|
||||
### Volumes
|
||||
|
||||
Reference in New Issue
Block a user