MIR-MU / ffmpeg-tensorflow

Dockerfile for FFMpeg with Libtensorflow
35 stars 14 forks source link

installation failed on macos #23

Open belfie13 opened 10 months ago

belfie13 commented 10 months ago

git clone https://github.com/MIR-MU/ffmpeg-tensorflow.git docker build --compress --no-cache --force-rm --squash -t miratmu/ffmpeg-tensorflow ffmpeg-tensorflow/ Cloning into 'ffmpeg-tensorflow'... remote: Enumerating objects: 553, done. remote: Counting objects: 100% (73/73), done. remote: Compressing objects: 100% (36/36), done. remote: Total 553 (delta 32), reused 52 (delta 28), pack-reused 480 Receiving objects: 100% (553/553), 349.14 KiB | 3.36 MiB/s, done. Resolving deltas: 100% (294/294), done. DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&forcerm=1&labels=%7B%7D&memory=0&memswap=0&networkmode=default&nocache=1&rm=1&shmsize=0&squash=1&t=miratmu%2Fffmpeg-tensorflow&target=&ulimits=null&version=1": dial unix /var/run/docker.sock: connect: permission denied

Witiko commented 10 months ago

Hi. It seems that you don't have the necessary permissions to use Docker. You may either need to add the current user to the docker unix group or use sudo docker build.