We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479a5d9 commit 7af8cdbCopy full SHA for 7af8cdb
Dockerfile
@@ -96,7 +96,6 @@ RUN pyenv local $PYTHON_VERSION_37 && \
96
pyenv exec pip install -U pip && \
97
pyenv exec pip install --only-binary numpy,scipy numpy scipy && \
98
pyenv exec pip install pandas matplotlib virtualenv
99
- pyenv exec pip install pandas matplotlib virtualenv
100
101
RUN pyenv local $PYTHON_VERSION_36 && \
102
0 commit comments