-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Encountered this while using release 0.0.2 on macOS 14.2.1 (M1) with OrbStack 1.4.3.
This is my entrypoint.sh:
#!/bin/sh
set -e
OUTDIR="/backend/out"
cd /backend
cp -r /vosk /backend/out/
cp -r /nerd-dictation /backend/out/
This is the error encountered:
=> => writing image sha256:1c6698adc262a63cc3d1ba0de529cdbfa23753ca5961aaf780c89e00c5677efa 0.0s
=> => naming to docker.io/library/decky-dictation 0.0s
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
cp: cannot create directory '/backend/out/vosk': Permission denied
Error: Failed to build backend. There might be more information in the output above.
Caused by:
child status was: exit status: 1
Tried to cp the folders into out2 just to test and that seems to work without any problems.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed