Skip to content

Commit

Permalink
Correct directory again
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Oct 23, 2015
1 parent 3071f18 commit b7ad565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN apt-get install -y python-software-properties && \
mv /var/lib/apt/lists /tmp && mkdir -p /var/lib/apt/lists/partial && \
apt-get clean && apt-get update && apt-get install -y g++-4.8 && \
cd /usr/local/src && git clone --recursive https://github.com/dmlc/mxnet && \
cd mxnet && cp make/config.mk . && sed -i 's/CC = gcc/CC = gcc-4.8/' config.mk && \
cd /usr/local/src/mxnet && cp make/config.mk . && sed -i 's/CC = gcc/CC = gcc-4.8/' config.mk && \
sed -i 's/CXX = g++/CXX = g++-4.8/' config.mk && \
sed -i 's/ADD_LDFLAGS =/ADD_LDFLAGS = -lstdc++/' config.mk && \
cd mxnet && make && cd python && python setup.py install
Expand Down

0 comments on commit b7ad565

Please sign in to comment.