AIAlpha icon indicating copy to clipboard operation
AIAlpha copied to clipboard

Dockerize Application:Trying to follow quickstart guide to run the application quickly, having problems

Open jgill-compucloud opened this issue 4 years ago • 1 comments

Tried following the quickstart guide to run the application quickly but running into many software dependency issues. Have you considered dockerizing this application?

I have a background in this area, would be interested in contributing to the project to add that capability if you are open to incorporating this as a feature.

Let me know.

jgill-compucloud avatar Mar 13 '20 22:03 jgill-compucloud

Yes, I agree, but you can also just create a virtual env using pip then pip install using the requiements.txt that will install all dependencies without effecting your primary python environment. https://www.dabapps.com/blog/introduction-to-pip-and-virtualenv-python/#:~:text=virtualenv%20is%20a%20tool%20for,time%20on%20the%20same%20machine. This link has a good step by step to initialize.

Patrick-Gourdet avatar Jun 18 '20 13:06 Patrick-Gourdet