alias drun='docker run -it --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $(pwd):/pwd'
alias : This command cannot find a matching alias because an alias with the name 'drun=docker run -it --network=host
--device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt
seccomp=unconfined -v $(pwd):/pwd' does not exist.
At line:1 char:1
+ alias drun='docker run -it --network=host --device=/dev/kfd --device= ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (drun=docker run... -v $(pwd):/pwd:String) [Get-Alias], ItemNotFoundExce
ption
+ FullyQualifiedErrorId : ItemNotFoundException,Microsoft.PowerShell.Commands.GetAliasCommand
OS: Windows 11