From 977878aa2b378304c0c17287c24f99bef0220ecf Mon Sep 17 00:00:00 2001 From: gmat Date: Thu, 11 Mar 2021 16:27:23 +0100 Subject: [PATCH] Update Dockerfile.train new version of parso required by jedi --- DeepSpeech/Dockerfile.train | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeepSpeech/Dockerfile.train b/DeepSpeech/Dockerfile.train index e48200c0..72850219 100644 --- a/DeepSpeech/Dockerfile.train +++ b/DeepSpeech/Dockerfile.train @@ -171,8 +171,8 @@ COPY --chown=trainer:trainer corpora.patch $CC_DIR RUN patch -p1 < corpora.patch -# error: parso 0.8.0 is installed but parso<0.8.0,>=0.7.0 is required by {'jedi'} -RUN pip install parso==0.7.0 +# error: parso 0.7.0 is installed but parso<0.9.0,>=0.8.0 is required by {'jedi'} +RUN pip install parso==0.8.1 RUN pip install modin[all]