Closed jgeden closed 3 years ago
I ran into host not found errors when trying to execute docker build -t slurm-docker-cluster:19.05.1 . Changing the gpg key used to validate according to https://github.com/tianon/gosu/blob/master/INSTALL.md fixed this error.
docker build -t slurm-docker-cluster:19.05.1 .
I ran into host not found errors when trying to execute
docker build -t slurm-docker-cluster:19.05.1 .
Changing the gpg key used to validate according to https://github.com/tianon/gosu/blob/master/INSTALL.md fixed this error.