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
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
The text was updated successfully, but these errors were encountered:
Hi,
I tried to run the docker image on my mac but it didnt work I had the error message below:
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:
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
The text was updated successfully, but these errors were encountered: