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

Problem with docker image on M1 Macbook #12

Open
lhoupert opened this issue Feb 1, 2024 · 1 comment
Open

Problem with docker image on M1 Macbook #12

lhoupert opened this issue Feb 1, 2024 · 1 comment

Comments

@lhoupert
Copy link

lhoupert commented Feb 1, 2024

Hi,

I tried to run the docker image on my mac but it didnt work I had the error message below:

/isotope/isotope: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /isotope/isotope)
/isotope/isotope: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /isotope/isotope)
/isotope/isotope: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /isotope/isotope)

I manage to fix this error by copying the missing library from the builder (see #11 ) but it is still not working properly.

Running the command:

docker run --rm -i ghcr.io/lhoupert/isotope:main /isotope/isotope analyze -h

Doesn't return anything and the process hangs forever.

Do you recommend a specific command to test the docker image is working fine?

I would be very keen to test isotope but I cannot install rust on my "secured" macbook so I can only run it in docker

@AlexsJones
Copy link
Contributor

Let me take a look at this @lhoupert and get back to you, apologies for the delay

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

2 participants