comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Algorithm jobs fail with Internal Server Error in development with docker compose #3303

Closed jmsmkn closed 2 months ago

jmsmkn commented 2 months ago

Using the try out algorithm page in development leads to an internal server error from the algorithm container when using the docker compose setup. It works fine when using the direct webserver and celery worker without docker compose.

The tests which invoke the algorithm in the container work fine in CI and also when using the docker compose setup.