l1na-forever / stable-diffusion-rocm-docker

Stable Diffusion Docker image preconfigured for usage with AMD Radeon cards
120 stars 20 forks source link

an alias does not exist #23

Closed f1am3d closed 10 months ago

f1am3d commented 10 months ago
 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