Fixing the TestsFailure error
Written by
Updated at December 17, 2025
Issue description
When building a Docker image, you see this error during testing:
TestsFailure:It is not possible to start the docker container for testing.
Make sure that the requirements from the documentation are satisfied.
Solution
Correctness tests ensure that the project operates properly on the Docker image. The possible errors include:
-
The image is intended for launching a service, e.g., a web application, than a launch in Jupyter.
-
The error occurs because there is no
jupyteruser in Docker. You can install it using this command:RUN useradd -ms /bin/bash --uid 1000 jupyter
If the issue persists
If the above actions did not help, create a support ticket