Hi,
I am learning openface for my project, and I am also new to the linux system.
I set up openface via the automated docker build and ran the demos successfully yesterday. When I tried to reran the demos this morning. I got the following error messages:
ying@yingubuntu:~$ sudo docker pull bamos/openfaceUsing default tag: latestlatest: Pulling from bamos/openfaceDigest: sha256:99249686937946ec89a8559436d78ad75b0f8144e48f33394dd25c06650fb8e6Status: Image is up to date for bamos/openface:latestying@yingubuntu:~$ sudo docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bashdocker: Error response from daemon: driver failed programming external connectivity on endpoint silly_brattain (f053f2051a0eea5eb33f9afd7d6a4e8f1f1cd08252cea0d55a0766e4c9d65223): Bind for 0.0.0.0:9000 failed: port is already allocated.ying@yingubuntu:~$ cd /root/openfacebash: cd: /root/openface: Permission denied
Can anyone help me out on this? Thanks!
Ying