Skip to content

Commit 7af8cdb

Browse files
committed
Remove duplicated line
1 parent 479a5d9 commit 7af8cdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ RUN pyenv local $PYTHON_VERSION_37 && \
9696
pyenv exec pip install -U pip && \
9797
pyenv exec pip install --only-binary numpy,scipy numpy scipy && \
9898
pyenv exec pip install pandas matplotlib virtualenv
99-
pyenv exec pip install pandas matplotlib virtualenv
10099

101100
RUN pyenv local $PYTHON_VERSION_36 && \
102101
pyenv exec pip install -U pip && \

0 commit comments

Comments
 (0)