Skip to content

Commit 90d2728

Browse files
authored
Merge pull request #902 from Kaggle/rm-enum34
Remove useless pip uninstall enum34 command
2 parents b963157 + fabe5b8 commit 90d2728

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
2323
apt-get install -y build-essential unzip cmake && \
2424
apt-get install -y libboost-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-math-dev libboost-test-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev && \
2525
pip install --upgrade pip && \
26-
# enum34 is a backport of the Python 3.4 enum class to Python < 3.4.
27-
# No need since we are using Python 3.7. This is causing errors for packages
28-
# expecting the 3.7 version of enum. e.g. AttributeError: module 'enum' has no attribute 'IntFlag'
29-
pip uninstall -y enum34 && \
3026
/tmp/clean-layer.sh
3127

3228
# Make sure the dynamic linker finds the right libstdc++

0 commit comments

Comments
 (0)