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 run failed on Mac #67

Open
limin321 opened this issue Nov 5, 2022 · 1 comment
Open

docker run failed on Mac #67

limin321 opened this issue Nov 5, 2022 · 1 comment

Comments

@limin321
Copy link

limin321 commented Nov 5, 2022

Hi
I tried running BraCer on my Mac using docker, here is my command:
docker run -it --rm -v $PWD:/scratch -w /scratch teichlab/bracer test -o test_data
However, I got the following error. what may cause this error, and how to solve this issue? Thanks,
Screen Shot 2022-11-04 at 7 59 30 PM

Thank you so much for the help.

Best,

@NickEngland
Copy link
Contributor

Is your Mac one of the new ones with an arm64 processor? At the moment the only docker image is for the amd64 architecture, so there are likely to be issues running on a Mac.

You can test with uname -a which will tell you either amd64 or arm64 at the end of the line.

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