Skip to content

Console Output

14:07:07 [2024-06-03T18:07:07.315Z] + docker build -t buildomr .
14:07:07 [2024-06-03T18:07:07.315Z] #0 building with "default" instance using docker driver
14:07:07 [2024-06-03T18:07:07.315Z] 
14:07:07 [2024-06-03T18:07:07.315Z] #1 [internal] load build definition from Dockerfile
14:07:07 [2024-06-03T18:07:07.315Z] #1 transferring dockerfile: 2.32kB done
14:07:07 [2024-06-03T18:07:07.315Z] #1 DONE 0.1s
14:07:07 [2024-06-03T18:07:07.315Z] 
14:07:07 [2024-06-03T18:07:07.315Z] #2 [internal] load .dockerignore
14:07:07 [2024-06-03T18:07:07.315Z] #2 transferring context: 2B done
14:07:07 [2024-06-03T18:07:07.315Z] #2 DONE 0.1s
14:07:07 [2024-06-03T18:07:07.315Z] 
14:07:07 [2024-06-03T18:07:07.315Z] #3 [internal] load metadata for docker.io/library/ubuntu:20.04
14:07:08 [2024-06-03T18:07:08.788Z] #3 CANCELED
14:07:08 [2024-06-03T18:07:08.788Z] 
14:07:08 [2024-06-03T18:07:08.788Z] #4 [internal] load metadata for docker.io/nvidia/cuda:9.0-devel-ubuntu16.04
14:07:08 [2024-06-03T18:07:08.788Z] #4 ERROR: docker.io/nvidia/cuda:9.0-devel-ubuntu16.04: not found
14:07:08 [2024-06-03T18:07:08.788Z] ------
14:07:08 [2024-06-03T18:07:08.788Z]  > [internal] load metadata for docker.io/nvidia/cuda:9.0-devel-ubuntu16.04:
14:07:08 [2024-06-03T18:07:08.788Z] ------
14:07:08 [2024-06-03T18:07:08.788Z] Dockerfile:23
14:07:08 [2024-06-03T18:07:08.788Z] --------------------
14:07:08 [2024-06-03T18:07:08.788Z]   21 |     # Create the OMR build environment with Ubuntu 20.04.
14:07:08 [2024-06-03T18:07:08.788Z]   22 |     
14:07:08 [2024-06-03T18:07:08.788Z]   23 | >>> FROM nvidia/cuda:9.0-devel-ubuntu16.04 AS cuda-dev
14:07:08 [2024-06-03T18:07:08.788Z]   24 |     
14:07:08 [2024-06-03T18:07:08.788Z]   25 |     FROM ubuntu:20.04 AS base
14:07:08 [2024-06-03T18:07:08.788Z] --------------------
14:07:08 [2024-06-03T18:07:08.788Z] ERROR: failed to solve: nvidia/cuda:9.0-devel-ubuntu16.04: docker.io/nvidia/cuda:9.0-devel-ubuntu16.04: not found