From 0fcfdf264d77b21d811d5def8e6931e69a5c4767 Mon Sep 17 00:00:00 2001 From: Xu Jingxin Date: Wed, 20 Oct 2021 12:34:48 +0800 Subject: [PATCH] fix(xjx): replace distutil pyyaml with pip package (#99) --- Dockerfile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.base b/Dockerfile.base index cc06cd9..3d89ca4 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -18,4 +18,5 @@ ADD dizoo dizoo ADD ding ding RUN python3 -m pip install --upgrade pip \ + && python3 -m pip install --ignore-installed 'PyYAML<6.0' \ && python3 -m pip install --no-cache-dir .[fast] -- GitLab