You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an alias in your bash env: alias aucc="docker run --privileged -v /dev/bus/usb:/dev/bus/usb -it --rm aucc aucc"
Now, run the aucc command to test the configuration: aucc -c orange -b 2
Please note that the container is running in privileged mode and gives full access to all devices to the container. There's a way to configure cgroups to limit the access.
Author, if you want, update the README file to include those instructions. It will allow people to run the app without polluting python env and dependencies.
The text was updated successfully, but these errors were encountered:
Hi guys,
Don't know where to put this trick. I was able to run this app inside docker using the following instructions:
Create an image containing the required dependencies and this repo:
Create an alias in your bash env:
alias aucc="docker run --privileged -v /dev/bus/usb:/dev/bus/usb -it --rm aucc aucc"
Now, run the aucc command to test the configuration:
aucc -c orange -b 2
Please note that the container is running in privileged mode and gives full access to all devices to the container. There's a way to configure cgroups to limit the access.
Author, if you want, update the README file to include those instructions. It will allow people to run the app without polluting python env and dependencies.
The text was updated successfully, but these errors were encountered: