Giter Site home page Giter Site logo

Docker mmpdb.py error about matcher HOT 1 CLOSED

MKCarter avatar MKCarter commented on May 12, 2024
Docker mmpdb.py error

from matcher.

Comments (1)

hooveran avatar hooveran commented on May 12, 2024

Hey @MKCarter,

It seems like you may not have downloaded the required mmpdb submodule. You can check whether this is the case by looking in the matcher/backend/mmpdb directory, in your local matcher repository.

The contents of this mmpdb directory (submodule) are not automatically downloaded when cloning the matcher repository; these additional steps are necessary:

  1. Navigate to your local matcher repository (the parent matcher folder)
  2. Execute git submodule init, and then git submodule update. This should download all the mmpdb code into the location matcher/backend/mmpdb

The below commands are only necessary if you've already run docker-compose, and you want to update your docker setup with the new code. If you hadn't previously run docker-compose, the below steps wouldn't be necessary.

  1. Rebuild your local docker images to incorporate this newly downloaded code: docker-compose build (this command comprehensively rebuilds all images from source, although it is likely that only the backend container needs to be rebuilt)
  2. Launch a fresh set of containers from the updated images: docker-compose up --force-recreate

Please let us know if there are further issues. Thanks!

from matcher.

Related Issues (11)

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.