Commit 77827165 authored by Stephen Larson's avatar Stephen Larson Committed by GitHub

removing pip (use conda install instead)

parent be720a87
......@@ -8,7 +8,7 @@ USER root
# libav-tools for matplotlib anim
RUN apt-get update && \
apt-get install -y --no-install-recommends libav-tools python-pip python-dev build-essential && \
apt-get install -y --no-install-recommends libav-tools && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment