Files
cs249r_book/.github
Vijay Janapa Reddi 7183fb6087 fix: use full path for pwsh in Windows Docker containers
The Windows container image installs PowerShell 7 at a fixed path
but the short name 'pwsh' is not resolving in docker run commands.
Use the full path 'C:\Program Files\PowerShell\7\pwsh.exe' instead.
2026-03-06 12:41:34 -05:00
..