mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
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.