From ff6b289d94fc2edbbd36224eaf081872a2e84ec3 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 6 Feb 2023 20:15:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Use=20Ubuntu=2022.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building opencv-python-headless takes ages, try to use the latest Ubuntu LTS to avoid that. --- Dockerfile-core | 2 +- Dockerfile-core-cuda10.0 | 2 +- Dockerfile-core-cuda10.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile-core b/Dockerfile-core index 443db85..26c012a 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 ARG PIP_INSTALL="pip install --no-cache-dir" ARG OCRD_VERSION_MINIMUM="2.23.3" diff --git a/Dockerfile-core-cuda10.0 b/Dockerfile-core-cuda10.0 index f1a2d60..c620a65 100644 --- a/Dockerfile-core-cuda10.0 +++ b/Dockerfile-core-cuda10.0 @@ -1,4 +1,4 @@ -FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04 +FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu22.04 ARG PIP_INSTALL="pip install --no-cache-dir" ARG OCRD_VERSION_MINIMUM="2.23.3" diff --git a/Dockerfile-core-cuda10.1 b/Dockerfile-core-cuda10.1 index 569a567..594aa2a 100644 --- a/Dockerfile-core-cuda10.1 +++ b/Dockerfile-core-cuda10.1 @@ -1,4 +1,4 @@ -FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 +FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu22.04 ARG PIP_INSTALL="pip install --no-cache-dir" ARG OCRD_VERSION_MINIMUM="2.23.3"