needed to add 'validate-batch' CLI command to biosimulators_vcell docker image for use on server/slurm (to validate 1000+ public models in HPC cluster).
existing biosimulators_vcell docker image was very large (>2.5GB) causing deployment problems.
biosimulators_vcell used standalone linux solvers (localsolvers/linux64) rather that solvers used by server in vcell-solvers image.
added 'validate-batch' to docker_run.sh
added JRE/Python3 to vcell-solvers base image and de-deplicated large python dependencies (for venv and global packages).
now uses the new ghcr.io/virtualcell/vcell-solvers:v0.0.41 as a base image (to get solvers, java, and python).
Background
addressing the following: