mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
[docker] run Ubuntu 20.04 as base image (#9556)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user