Git Product home page Git Product logo

Comments (5)

yconst avatar yconst commented on May 20, 2024

I think if one does a git pull and then normally start the server, i.e. ./start-server.sh , it should update the tree inside the image automatically (the only drawback being that it runs pip install again). I tend to believe that this should be the standard way of doing things (i.e. the docker tree always mirrors the local tree), otherwise there is the risk of conflicts as you mentioned.

from donkeycar.

yconst avatar yconst commented on May 20, 2024

Actually the way the Dockerfile is configured it should only trigger a pip install if setup.py changes.

from donkeycar.

yconst avatar yconst commented on May 20, 2024

Or we could completely switch to using the -v flag in the startup script (and lose a bit of portability along the way)

from donkeycar.

binary-bard avatar binary-bard commented on May 20, 2024

Are there any downsides to mapping the directory (just like mydonkey) to docker image? That way, one can do git pull without needing to refresh/rebuild docker image.

from donkeycar.

wroscoe avatar wroscoe commented on May 20, 2024

The new version doesn't require docker as everything is run on the pi.

from donkeycar.

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.