Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 6 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@ RUN pip install bcolz && \
# https://github.com/pandas-dev/pandas/issues/23053
pip install pyarrow==0.10.0 && \
pip install feather-format && \
# This version is not available in pypi
# Also, installing from source to prevent static TLS (thread local storage) issue
pip install git+git://github.com/fastai/fastai.git@v0.7.2 && \
# Don't install dependencies for fastai because it requires pytorch<0.4.
# which downgrades pytorch. fastai does work with pytorch 0.4.
pip install fastai==0.7.0 --no-deps && \
# clean up pip cache
rm -rf /root/.cache/pip/* && \
cd && rm -rf /usr/local/src/*
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.