I have just pulled the latest Trainer version from Github. (The same error was encoutered before the most recent github upgrade - 2.17.4). Gettign the container up returns the following error.
(base) elenapurcaru@rhmmedcatt-proliant-ml350-gen10:~/project/Trainer3/MedCATtrainer$ docker-compose up
Creating network “medcattrainer_default” with the default driver
Creating medcattrainer_medcattrainer-db-backup_1 … done
Creating medcattrainer_medcattrainer-bg-process_1 … error
Creating mct_solr … done
Creating medcattrainer_medcattrainer_1 … done
Creating medcattrainer_nginx_1 …
ERROR: for medcattrainer_medcattrainer-bg-process_1 Cannot start service medcattrainer-bg-process: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/home/scripts/run-bg-pro
Creating medcattrainer_nginx_1 … done
ERROR: for medcattrainer-bg-process Cannot start service medcattrainer-bg-process: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: “/home/scripts/run-bg-process.sh”: stat /home/scripts/run-bg-process.sh: no such file or directory: unknown
ERROR: Encountered errors while bringing up the project.
Frontend wise, the demo will be accessible, but I am unable to login to the trainer, even in admin mode. I am not sure if this is related to the bg-process docker error I posted above, but I wanted to clear that out first. Thank you.