-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got an error when runing sudo docker-compose up -d #8
Comments
Hey @AlekZen, |
I am in a jetson nano 2gb with JetPack 4.5.1, I am following the https://github.com/bdtinc/maskcam tutorial and the error appears after changing database.env data and then running <sudo docker-compose up -d> When trying to install MQTT server |
alek@alekJetson:~/maskcam/server$ sudo docker-compose up -d goroutine 1 [syscall, locked to thread]: goroutine 17 [syscall, locked to thread]: r0 0x0 |
Hey @AlekZen! As mentioned in the README, this server is intended to run on another PC in your network or even a cloud instance (e.g: AWS/EC2), not in the Jetson Nano itself. Mainly because running all these containers is too much overloading for the device (even more so if it's the 2GB version), so it's not tested on that setup or any arm64 device. |
standard_init_linux.go:219: exec user process caused: exec format error The command '/bin/sh -c python -m pip install --upgrade pip && pip install -r requirements.txt' returned a non-zero code: 1 ERROR: Service 'backend' failed to build : Build failed
The text was updated successfully, but these errors were encountered: