Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: docker build error for ludwig-gpu #3658

Merged
merged 1 commit into from
Sep 23, 2023
Merged

Conversation

jimthompson5802
Copy link
Collaborator

Update base image to Ubuntu 18.04 to 20.04 to resolve this error in the build for for docker image ludwig-gpu.

#12 7.755 Unpacking cuda-keyring (1.0-1) ...
#12 7.779 Setting up cuda-keyring (1.0-1) ...
#12 7.861 Warning: apt-key output should not be parsed (stdout is not a terminal)
#12 7.881 Executing: /tmp/apt-key-gpghome.JznHdaISEj/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC F60F4B3D7FA2AF80
#12 7.943 gpg: keyserver receive failed: Cannot assign requested address

With EOSS for 18.04, it appears some of of the Ubuntu resources are being decommissioned: https://askubuntu.com/questions/1481617/randomly-get-gpg-keyserver-receive-failed-cannot-assign-requested-address

Update base image to Ubuntu 20.04

Signed-off-by: Jim Thompson <jimthompson5802@gmail.com>
@github-actions
Copy link

Unit Test Results

  6 files  +  1    6 suites  +1   37m 45s ⏱️ + 8m 45s
31 tests ±  0  26 ✔️ ±  0    5 💤 ±0  0 ±0 
82 runs  +19  66 ✔️ +17  16 💤 +2  0 ±0 

Results for commit 374cc96. ± Comparison against base commit ef2c14a.

@tgaddair tgaddair merged commit 474d546 into master Sep 23, 2023
@tgaddair tgaddair deleted the fix-ludwig-gpu-docker-build branch September 23, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants