File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,6 @@ RUN apt-get -y install git
44
44
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
45
45
apt-get install git-lfs
46
46
47
- # Examples and data
48
- # RUN mkdir GWU_data_mining && \
49
- # cd GWU_data_mining && \
50
- # git init && \
51
- # git remote add origin https://github.com/jphall663/GWU_data_mining.git && \
52
- # git pull origin master && \
53
- # git lfs install && \
54
- # git lfs track '*.jpg' '*.png' '*.csv' '*.sas7bdat'
55
-
56
47
# XGBoost
57
48
RUN apt-get -y install gcc g++ make && \
58
49
conda install libgcc && \
@@ -76,7 +67,7 @@ LABEL 8888.port.launchbot.io="Jupyter Notebook"
76
67
# Set the working directory
77
68
WORKDIR /usr/workdir
78
69
79
- # Add in notebook for testing
70
+ # Add files
80
71
COPY xgboost_pdp_ice.ipynb /usr/workdir/xgboost_pdp_ice.ipynb
81
72
COPY default_of_credit_card_clients.xls /usr/workdir/default_of_credit_card_clients.xls
82
73
You can’t perform that action at this time.
0 commit comments