-
Notifications
You must be signed in to change notification settings - Fork 83
Description
I am currently using the CodaLab platform to submit my model for evaluating performance on the QUAC dataset. According to the official documentation, I need to run the following command to test my development set result file (pred.json):
cl macro quac-eval/quac-eval pred.json
However, when running this command, the system prompts that it requires the Docker image codalab/ubuntu@sha256:a8369aaa7afdb4d242104d85aa660c034a7bf89e438963bf73ba197fe3731be0 which can't be downloaded. When I attempted to pull this image, I encountered the following issues:
Locally, pulling the image with [docker pull codalab/ubuntu@sha256:a8369aaa7afdb4d242104d85aa660c034a7bf89e438963bf73ba197fe3731be0] failed with the following error:
docker.io/codalab/ubuntu@sha256:a8369aaa7afdb4d242104d85aa660c034a7bf89e438963bf73ba197fe3731be0: Pulling from codalab/ubuntu
What's next:
View a summary of image vulnerabilities and recommendations → docker scout quickview codalab/ubuntu@sha256:a8369aaa7afdb4d242104d85aa660c034a7bf89e438963bf73ba197fe3731be0
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author
of docker.io/codalab/ubuntu@sha256:a8369aaa7afdb4d242104d85aa660c034a7bf89e438963bf73ba197fe3731be0 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
Although the AI told me that this error would not affect my Docker pull, I indeed failed to successfully pull the Docker image.
On Docker Desktop, the image [codalab/ubuntu] is marked as unsupported ("This image isn't supported").