uhh-lt / dats

Discourse Analysis Tool Suite
Apache License 2.0
15 stars 2 forks source link

Ray Docker Build Kubernetes Legacy Package Repositories Frozen #387

Open AhmadHAW opened 4 months ago

AhmadHAW commented 4 months ago

Update (March 26, 2024): the legacy Google-hosted repositories went away on March 4, 2024. It's not possible to install Kubernetes packages from the legacy Google-hosted package repositories any longer. see

This makes rebuilding the image of ray impossible, because RUN sudo apt-get update runs into The repository 'http://apt.kubernetes.io kubernetes-xenial Release' does not have a Release file., which throws an exception.

AhmadHAW commented 4 months ago

@floschne @bigabig Changing to rayproject/ray-ml:latest-py310-gpu bas image fixes the problem, but results into nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.8, please update your driver to a newer version, or use an earlier cuda container: unknown on runtime

(would happen with the rayproject/ray:latest-py310-gpu as well)

Current cuda driver is: 11.7.0