Open
Description
I am considering using script-server to automate some things in my work place, but I have an issue with the dependencies that each script requires.
Each script I want to run is a python script, that requires python packages to be installed.
I don't want to install them every time I run the script, & I don't want to install them globally on the server running script-server
.
I'd like to have support for running scripts inside containers / run as k8s jobs.
I know that I can write a shell script that runs a script in a container / k8s job, but then setting up new scripts will become a hassle...