🚧 github: Use Ubuntu 18.04 again (due to CUDA)

This commit is contained in:
Gerber, Mike 2023-02-10 13:19:24 +01:00
parent dfe6536e26
commit 0595e3b14e
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:18.04
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG OCRD_VERSION_MINIMUM="2.23.3"