Build container related errors ¶
By: liuweifeng0327 on June 30, 2023, 1:48 p.m.
We successfully tested the process.py file and modified the Dockerfile and requirements.txt files locally, and then executed the build.sh script successfully, but an error occurred when executing the test.sh script:
¶
WARNING: buildx: failed to read current commit information with git rev-parse --is-inside-work-tree iqaregression-output docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. cat: /output/image-quality-scores.json: No such file or directory Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in FileNotFoundError: [Errno 2] No such file or directory: '/output/image-quality-scores.json' Expected output was not found... iqaregression-output
¶
First time taking part in the challenge and help would be much appreciated!