We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b265e commit 95fcee0Copy full SHA for 95fcee0
Dockerfile
@@ -89,8 +89,3 @@ RUN apt-get -y install libgeos-dev && \
89
# hopefully installing ibis-framework
90
RUN pip install ibis-framework
91
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