Skip to content

Commit 8f5ec05

Browse files
committed
Remove redundant cd
1 parent b7ad565 commit 8f5ec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ RUN apt-get install -y python-software-properties && \
111111
cd /usr/local/src/mxnet && cp make/config.mk . && sed -i 's/CC = gcc/CC = gcc-4.8/' config.mk && \
112112
sed -i 's/CXX = g++/CXX = g++-4.8/' config.mk && \
113113
sed -i 's/ADD_LDFLAGS =/ADD_LDFLAGS = -lstdc++/' config.mk && \
114-
cd mxnet && make && cd python && python setup.py install
114+
make && cd python && python setup.py install
115115

116116

0 commit comments

Comments
 (0)