Andreas Winschu
Andreas Winschu
the container was moved here https://github.com/kubeflow/pipelines/blob/9f278f3682662b24b46be2d9ef4a783bcc1f9b0c/components/google-cloud/Dockerfile#L37 The comment there is more than confusing. Dataflow must be launched with same version as in container as according to docs but the version...
Confirm, that implicit can't find cuda 12 (but finds cuda 11) Quick way to reprodude in docker ```Dockerfile # Dockerfile FROM nvidia/cuda:12.6.1-cudnn-runtime-ubuntu24.04 WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive ENV TZ=Europe/Berlin ENV PATH="/opt/venv/bin:$PATH"...