Giter Club home page Giter Club logo

Comments (4)

sergree avatar sergree commented on May 22, 2024

Hey, @theaor.
Thank you for reporting this issue.
It looks like one of the dependencies is not supported on Apple Silicon, or something like that..
I'm unlikely to be able to figure this out, since I don't own an M1 device.

What can I recommend:

A) Try to find more specific error, please run this command in the Terminal:

  • docker logs mgw-app

Probably more specific reasons for the error will be indicated there

B) Please make sure that more than 4 GB of memory is available to the Docker
https://github.com/sergree/matchering/blob/master/DOCKER_MACOS.md

C) Try to increase RAM even more (maybe on M1 numpy/scipy algorithms are not so optimized and more memory is needed, just a guess..)

D) Try to downgrade to matchering-web 0.1.6
Run these Terminal commands in a row:

  • docker stop mgw-app
  • docker rm mgw-app
  • docker volume rm mgw-data
  • docker pull sergree/matchering-web:0.1.6
  • docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web

Try again at http://127.0.0.1:8360

That's all I can think of at the moment.

from matchering.

theaor avatar theaor commented on May 22, 2024

I decided to completely remove the container, image, etc. Re-installed docker and Matchering and tried again and it worked once, but then stopped after when attempted a second time. I've attached the logs, but still looking through them myself. Going to run through your other recommended steps as well. Thank you!!!

2022-12-30 Docker Logs.txt

from matchering.

sergree avatar sergree commented on May 22, 2024

Thanks for the logs, yep, the reason for the error is not clear from them.

It is very strange that one session is successful.

I have an opinion that this may be related to the Docker problem itself.
Something like this
docker/for-mac#6219

To the previous items, I can add this

E) Try to run Matchering without "Docker Volume"
Run these Terminal commands in a row:

  • docker stop mgw-app
  • docker rm mgw-app
  • docker volume rm mgw-data
  • docker run -dp 8360:8360 --name mgw-app --restart always sergree/matchering-web

from matchering.

sergree avatar sergree commented on May 22, 2024

F) Check: Docker Settings -> Resources -> Advanced -> Disk Image Size
It should be more than 10 GB+

from matchering.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.