File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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++
You can’t perform that action at this time.
0 commit comments