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 b7ad565 commit 8f5ec05Copy full SHA for 8f5ec05
Dockerfile
@@ -111,6 +111,6 @@ RUN apt-get install -y python-software-properties && \
111
cd /usr/local/src/mxnet && cp make/config.mk . && sed -i 's/CC = gcc/CC = gcc-4.8/' config.mk && \
112
sed -i 's/CXX = g++/CXX = g++-4.8/' config.mk && \
113
sed -i 's/ADD_LDFLAGS =/ADD_LDFLAGS = -lstdc++/' config.mk && \
114
- cd mxnet && make && cd python && python setup.py install
+ make && cd python && python setup.py install
115
116
0 commit comments