Skip to content

Commit

Permalink
fixed build (cvat-ai#627)
Browse files Browse the repository at this point in the history
ruamel.yaml>=0.16.1 installation guide requires setuptools>=20.6.8 but it's wrong, because namespace functionality moved to separate module in v28.7.0
  • Loading branch information
azhavoro authored and nmanovic committed Aug 8, 2019
1 parent aab6a12 commit 481dd00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt-get update && \
unrar \
p7zip-full \
vim && \
pip3 install -U setuptools && \
add-apt-repository --remove ppa:mc3man/gstffmpeg-keep -y && \
add-apt-repository --remove ppa:mc3man/xerus-media -y && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 481dd00

Please sign in to comment.