Hi team,
can you please check this out? I do get this weird error during conda clean:
TypeError: ‘<’ not supported between instances of ‘str’ and ‘NoneType’
docker.errors.BuildError: The command ‘/bin/sh -c conda env update -p {NB_PYTHON_PREFIX} -f "environment.yml" && conda clean --all -f -y && conda list -p {NB_PYTHON_PREFIX}’ returned a non-zero code: 1
According to the logs, the conda environment has been created successfully, but fails when running a clean. Conda list works again as expected.
For details, go to https://gitlab.aicrowd.com/beibei/flatland-submission/issues/57
The submission code was tested locally and runs as expected.
Cheers!