Giter VIP home page Giter VIP logo

Comments (10)

akhovanska avatar akhovanska commented on September 15, 2024 1

seems it was the solution. @jn2clark thank you!

from marqo.

pandu-k avatar pandu-k commented on September 15, 2024

Are you using an arm64 mac (Apple Silicon, M1 or M2 chip)?

If so please refer to these instructions in the README to set up Marqo:

https://github.com/marqo-ai/marqo#m-series-mac-users

from marqo.

akhovanska avatar akhovanska commented on September 15, 2024

no, it's usual MacBook Air 13" 2020

from marqo.

jn2clark avatar jn2clark commented on September 15, 2024

hi @akhovanska , are you able to run the following commands to start marqo using docker?

docker pull marqoai/marqo:0.0.3;
docker run --name marqo -it --privileged -p 8882:8882 --add-host host.docker.internal:host-gateway marqoai/marqo:0.0.3

from marqo.

akhovanska avatar akhovanska commented on September 15, 2024

docker: Error response from daemon: Conflict. The container name "/marqo" is already in use by container "eff89c58737dcee665346767032ffb776c69033e129099ef675e19e9b47e861a". You have to remove (or rename) that container to be able to reuse that name.

seems it's in use, but still no code is working

from marqo.

jn2clark avatar jn2clark commented on September 15, 2024

thanks! try the following commands (also found here https://marqo.pages.dev/starting_and_stopping/):

docker stop marqo
docker start marqo
docker attach marqo

from marqo.

akhovanska avatar akhovanska commented on September 15, 2024

that's the result

Is the docker daemon running?
Process dockerd is not running yet.
dockerd is not running after max time

from marqo.

jn2clark avatar jn2clark commented on September 15, 2024

Thanks. Would you be able to paste the full output? Alternatively, if you have nothing you want to keep from before you can try the following (note, this will remove any data stored in Marqo);

docker stop marqo
docker rm -f marqo
docker pull marqoai/marqo:0.0.3;
docker run --name marqo -it --privileged -p 8882:8882 --add-host host.docker.internal:host-gateway marqoai/marqo:0.0.3

If you do need to keep any already indexed data we can try something else.

from marqo.

akhovanska avatar akhovanska commented on September 15, 2024

Screenshot 2022-09-30 at 14 37 57

from marqo.

jn2clark avatar jn2clark commented on September 15, 2024

Great! I will close the issue.

from marqo.

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.