Skip to content

Commit 95fcee0

Browse files
committed
Temporarily remove mxnet
1 parent c4b265e commit 95fcee0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,3 @@ RUN apt-get -y install libgeos-dev && \
8989
# hopefully installing ibis-framework
9090
RUN pip install ibis-framework
9191

92-
# mxnet (has OpenCV as a dependency)
93-
RUN apt-get install -y libblas-dev && \
94-
cd /usr/local/src && git clone --recursive https://github.com/dmlc/mxnet && \
95-
cd mxnet && make
96-

0 commit comments

Comments
 (0)