Skip to content
Closed
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
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ RUN pip install flashtext && \
pip install pandasql && \
pip install trackml && \
pip install tensorflow_hub && \
pip install pydensecrf && \
##### ^^^^ Add new contributions above here ^^^^ #####
# clean up pip cache
rm -rf /root/.cache/pip/*
Expand Down Expand Up @@ -524,4 +525,4 @@ ENV PYTHONUSERBASE "/root/.local"
ADD patches/sitecustomize.py /root/.local/lib/python3.6/site-packages/sitecustomize.py

# Set backend for matplotlib
ENV MPLBACKEND "agg"
ENV MPLBACKEND "agg"