Teichlab / bracer

BraCeR - reconstruction of B cell receptor sequences from single-cell RNAseq data
Other
40 stars 22 forks source link

docker run failed on Mac #67

Open limin321 opened 1 year ago

limin321 commented 1 year ago

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 commented 1 year ago

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.