Is it possible to run the python application with all the dependencies . With out using Docker.
Since, Docker handle all the dependencies and creating the virtual environment to run the program.
Is it possible to run the same using Bamboo?
Vineesh
If you are running Bamboo on your own server then the answer is yes if you are able to install the software required to run the Python application.
You can use virtualenv or Pipenv to create the virtual environment then use a simple script task in Bamboo to call the Python application.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.