artefactory / one-click-mlflow

A tool to deploy a mostly serverless MLflow tracking server on a GCP project with one command
GNU Lesser General Public License v3.0
66 stars 21 forks source link

Failed to build docker image #67

Closed griseau closed 3 years ago

griseau commented 3 years ago

Describe the bug When running apt-get update, build failed with following error:

#6 1.552 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]                                                                                                                          
#6 1.552 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]                                                                                                   
#6 1.625 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]                                                                                                                 
#6 1.719 Get:4 https://packages.cloud.google.com/apt cloud-sdk-buster InRelease [6774 B]
#6 6.642 Get:5 https://packages.cloud.google.com/apt cloud-sdk-buster/main amd64 Packages [180 kB]
#6 7.197 Reading package lists...
#6 11.71 E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
#6 11.71 E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
#6 11.71 E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'

To Reproduce Steps to reproduce the behavior: Build the docker image