Skip to content

Commit 29eaa37

Browse files
authored
Merge pull request Kaggle#45 from wjpjet/master
Added missing line continuation
2 parents 5385a91 + 2711acf commit 29eaa37

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
@@ -228,7 +228,7 @@ RUN apt-get update && \
228228
cd LightGBM && mkdir build && cd build && cmake .. && make -j $(nproc) && \
229229
cd /usr/local/src/LightGBM/python-package && python setup.py install && \
230230
cd /usr/local/src && git clone git://github.com/nicolashennetier/pyeconometrics.git && \
231-
cd pyeconometrics && python setup.py install
231+
cd pyeconometrics && python setup.py install && \
232232
# ~~~~ CLEAN UP ~~~~
233233
rm -rf /root/.cache/pip/* && \
234234
apt-get autoremove -y && apt-get clean && \

0 commit comments

Comments
 (0)