From 862204050b6d49c900935e7f9f53cab933e02cca Mon Sep 17 00:00:00 2001 From: Taner Topal Date: Wed, 23 Feb 2022 19:09:11 +0100 Subject: [PATCH] Upgrade base image to fix issue with get-pip.py --- emdenoise/Dockerfile | 2 +- hello_world/Dockerfile | 2 +- matmul/Dockerfile | 2 +- mnist/Dockerfile | 2 +- mnist_fl/pytorch/build/Dockerfile | 2 +- mnist_fl/tensorflow/build/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emdenoise/Dockerfile b/emdenoise/Dockerfile index 9d45d13..4e8e8d3 100644 --- a/emdenoise/Dockerfile +++ b/emdenoise/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 MAINTAINER MLPerf MLBox Working Group # Remove all stopped containers: docker rm $(docker ps -a -q) diff --git a/hello_world/Dockerfile b/hello_world/Dockerfile index a825241..ed86624 100644 --- a/hello_world/Dockerfile +++ b/hello_world/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 MAINTAINER MLPerf MLBox Working Group RUN apt-get update && \ diff --git a/matmul/Dockerfile b/matmul/Dockerfile index 2659749..1c97477 100644 --- a/matmul/Dockerfile +++ b/matmul/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 MAINTAINER MLPerf MLBox Working Group # Remove all stopped containers: docker rm $(docker ps -a -q) diff --git a/mnist/Dockerfile b/mnist/Dockerfile index 55f39ec..cfa150f 100644 --- a/mnist/Dockerfile +++ b/mnist/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 MAINTAINER MLPerf MLBox Working Group # Remove all stopped containers: docker rm $(docker ps -a -q) diff --git a/mnist_fl/pytorch/build/Dockerfile b/mnist_fl/pytorch/build/Dockerfile index d49d90d..ea91df5 100644 --- a/mnist_fl/pytorch/build/Dockerfile +++ b/mnist_fl/pytorch/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 LABEL MLPerf MLBox Working Group RUN apt-get update && \ diff --git a/mnist_fl/tensorflow/build/Dockerfile b/mnist_fl/tensorflow/build/Dockerfile index d49d90d..ea91df5 100644 --- a/mnist_fl/tensorflow/build/Dockerfile +++ b/mnist_fl/tensorflow/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 LABEL MLPerf MLBox Working Group RUN apt-get update && \