GithubHelp home page GithubHelp logo

Comments (6)

vsoch avatar vsoch commented on July 16, 2024

hey @smoe ! Anaconda isn't necessary, it's just the distribution of python I tend to go for in the case of needing nicely packaged numerical libraries. The basic dependencies are:

  • docker-compose (needs the python libraries on the host)
  • git to pull repo
  • docker

And it doesn't matter so much how you choose to install, or the host that is your preference. I included the prepare instance script (the one that I use) if others were interested, the user might already have these things installed (eg system python) and just need to install Docker.

pip as a package manager is always my preference for installing, but to each his own! :)

from sregistry.

smoe avatar smoe commented on July 16, 2024

Thank you for your swift reply, @vsoch. I had very much hoped you would say something along those lines - since this means that I have done everything right-enough for my test run.

Newbies like me just don't know about version dependencies and may redundantly install bits and pieces. Please allow that I prepare a pull request that would then be minimalistic and leave all docker-specific installation to ... well docker: The requirements docker needs will be auto-fetched from the repository (been there a few days ago). This means that you can remove all installation-related lines of python/python-modules/pip from that script. Your software then looks even more simple to install and better understandable for users of other distributions.

Please allow that I eventually come up with a pull request with something that is both minimalistic and working for me.

from sregistry.

vsoch avatar vsoch commented on July 16, 2024

hey @smoe ! I think I just pushed change that address your concern - I point the user to the Docker and Docker compose installation pages for instructions specific to the distribution. When you are willing to dive in again, please try the install and bringing up the image (and you could skip building and it will pull the image from docker hub). Let me know what needs work (and a pull request with suggestions would be fantastic!) But definitely I can do most of the heavy lifting to fit the issues that you find.

If you need to remove some previously built erroneous image, try:

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

It's great you are learning some too! Docker is... a bit weird. It took me definitely some time to get the hang of it.

from sregistry.

smoe avatar smoe commented on July 16, 2024

I cannot see it - have you pushed? I looked in the scripts folder https://github.com/singularityhub/sregistry/tree/master/scripts

from sregistry.

smoe avatar smoe commented on July 16, 2024

Found it https://github.com/singularityhub/sregistry/blob/master/docs/install.md - reads very nice, indeed! Many thanks!

from sregistry.

vsoch avatar vsoch commented on July 16, 2024

I think we resolved this! Thanks again @smoe !

from sregistry.

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.