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
docker build no response #2546
Comments
|
btw I'm doing this from ssh terminal |
|
Seems like the call to dev_setup.sh is missing the CI environment variable. (having this will skip the interactive part of the dev_setup... Se here in the docker repo |
|
@forslund : this will build mimic which takes long time on raspberry pi |
|
I pushed the arm64 apt package for mimic to the (unofficial) mycroft-desktop repo. See the issue on the docker-mycroft repo. Can we close the issue here and continue the discussion over on the docker specific repo? |
|
Taking the silence as agreement :) Feel free to reopen. |
I try to build docker image for arm64 platform
I get dockerfile from https://hub.docker.com/r/mycroftai/docker-mycroft/dockerfile
It's running until dev_setup.sh execution below, and no response further entering Y or N or y or n
Anybody have similar issue?
================================================
Welcome to Mycroft!
This script is designed to make working with Mycroft easy. During this
first run of dev_setup we will ask you a few questions to help setup
your environment.
Do you want to run on 'master' or against a dev branch? Unless you are
a developer modifying mycroft-core itself, you should run on the
'master' branch. It is updated bi-weekly with a stable release.
Y)es, run on the stable 'master' branch
N)o, I want to run unstable branches
Choice [Y/N]:
The text was updated successfully, but these errors were encountered: