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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.