[docker] run Ubuntu 20.04 as base image (#9556)

This commit is contained in:
Ian Rodney
2020-07-20 11:16:57 -07:00
committed by GitHub
parent dcec26ac7b
commit bad7e4c821
+2 -6
View File
@@ -1,7 +1,7 @@
# The base-deps Docker image installs main libraries needed to run Ray
FROM ubuntu:bionic
RUN apt-get update \
FROM ubuntu:focal
RUN apt-get update -y && apt-get upgrade -y \
&& apt-get install -y \
git \
wget \
@@ -34,7 +34,3 @@ RUN apt-get update \
&& /opt/conda/bin/pip uninstall -y dask
ENV PATH "/opt/conda/bin:$PATH"
# OLD IS
# ray-project/base-deps latest 50a2d9de82fa 30 seconds ago 961MB
# ray-project/base-deps latest 5c46dd1acbdf 50 seconds ago 1.03GB