Skip to content
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 install exits with error #2

Open
venkee70 opened this issue Apr 15, 2024 · 3 comments
Open

Docker install exits with error #2

venkee70 opened this issue Apr 15, 2024 · 3 comments

Comments

@venkee70
Copy link

OS : 20.04.1-Ubuntu SMP Wed Nov 10 10:20:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Memory : 4G

Expected behaviour: Container up and running

kokku@kokkuLinux0:~/mage-quickstart$ docker run -it -p 6789:6789 -v $(pwd):/home/src mageai/mageai /app/run_app.sh mage start your_first_project
Execute command: mage start your_first_project
/app/run_app.sh: line 53:     7 Illegal instruction     (core dumped) "$@"

Using docker compose up
process run for 13 seconds and getting terminated...

$ docker compose up
[+] Running 0/0
⠋ Container mage-quickstart-magic-1 Created 0.0s
Attaching to magic-1
magic-1 exited with code 0
kokku@kokkuLinux0:/mage-quickstart$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
781bd159079b mageai/mageai:latest "mage start your_fir…" 5 seconds ago Up 1 second 0.0.0.0:6789->6789/tcp, :::6789->6789/tcp, 7789/tcp mage-quickstart-magic-1
kokku@kokkuLinux0:
/mage-quickstart$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
781bd159079b mageai/mageai:latest "mage start your_fir…" 9 seconds ago Up Less than a second 0.0.0.0:6789->6789/tcp, :::6789->6789/tcp, 7789/tcp mage-quickstart-magic-1
kokku@kokkuLinux0:/mage-quickstart$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
781bd159079b mageai/mageai:latest "mage start your_fir…" 11 seconds ago Restarting (132) Less than a second ago mage-quickstart-magic-1
kokku@kokkuLinux0:
/mage-quickstart$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
781bd159079b mageai/mageai:latest "mage start your_fir…" 12 seconds ago Up Less than a second 0.0.0.0:6789->6789/tcp, :::6789->6789/tcp, 7789/tcp mage-quickstart-magic-1
kokku@kokkuLinux0:/mage-quickstart$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
781bd159079b mageai/mageai:latest "mage start your_fir…" 13 seconds ago Up 1 second 0.0.0.0:6789->6789/tcp, :::6789->6789/tcp, 7789/tcp mage-quickstart-magic-1
kokku@kokkuLinux0:
/mage-quickstart$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

kokku@kokkuLinux0:~/mage-quickstart$

@coderQuan
Copy link

Same problems here.

$ docker run -it -p 6789:6789 -v $(pwd):/home/src mageai/mageai /app/run_app.sh mage start your_first_project
Execute command: mage start your_first_project
/app/run_app.sh: line 53:     7 Illegal instruction     (core dumped) "$@"

@miquelmartorell
Copy link

Same problem here...

docker compose up --build
[+] Running 1/0
✔ Container mageai Created 0.0s
Attaching to mageai
mageai exited with code 0

@thaddeuscleo
Copy link

@coderQuan @miquelmartorell @venkee70 maybe check this out guys. I could make it work after adding polars-lts-cpu package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants