Skip to content

Commit

Permalink
Merge pull request #151 from gmat/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile.train
  • Loading branch information
lissyx authored Mar 11, 2021
2 parents c201ff7 + 977878a commit ff8c3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeepSpeech/Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit ff8c3ae

Please sign in to comment.