Skip to content

Commit

Permalink
Merge pull request #867 from Kaggle/prevent-torch-upgrade
Browse files Browse the repository at this point in the history
Pin packages to prevent torch upgrade
  • Loading branch information
rosbo authored Aug 24, 2020
2 parents f15d0a8 + 187af5a commit 00d3516
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ RUN pip install bcolz && \
pip install nbformat && \
pip install notebook==5.5.0 && \
pip install olefile && \
pip install kornia && \
# b/162850432 unpin once we upgrade to pytorch 1.6
pip install kornia==0.3.2 && \
pip install pandas_summary && \
pip install pandocfilters && \
pip install pexpect && \
Expand Down Expand Up @@ -373,7 +374,8 @@ RUN pip install bcolz && \
pip install widgetsnbextension && \
pip install pyarrow && \
pip install feather-format && \
pip install fastai && \
# b/162850432 unpin once we upgrade to pytorch 1.6
pip install fastai~=1.0.61 && \
pip install allennlp && \
python -m spacy download en && python -m spacy download en_core_web_lg && \
apt-get install -y ffmpeg && \
Expand Down

0 comments on commit 00d3516

Please sign in to comment.