Hi,
What is the easiest way to obtain executor docker image with bothJava (Maven) and Python?
The predefined images seem to have either one of the other.
Hi,
What is the easiest way to obtain executor docker image with bothJava (Maven) and Python?
The predefined images seem to have either one of the other.
Hi @rafalry! The easiest way to accomplish this would be to use a custom Docker image, since you’ll have fine-grain control over the version of each that is installed, and be able to bundle in any other package dependencies with it for less complex configurations Otherwise, manually installing one package or another would be necessary.