Skip to content

Commit 4ab37fe

Browse files
committed
took out git repo from Dockerfile
1 parent 5e9bd6f commit 4ab37fe

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Dockerfile

+1-10
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ RUN apt-get -y install git
4444
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
4545
apt-get install git-lfs
4646

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-
5647
# XGBoost
5748
RUN apt-get -y install gcc g++ make && \
5849
conda install libgcc && \
@@ -76,7 +67,7 @@ LABEL 8888.port.launchbot.io="Jupyter Notebook"
7667
# Set the working directory
7768
WORKDIR /usr/workdir
7869

79-
# Add in notebook for testing
70+
# Add files
8071
COPY xgboost_pdp_ice.ipynb /usr/workdir/xgboost_pdp_ice.ipynb
8172
COPY default_of_credit_card_clients.xls /usr/workdir/default_of_credit_card_clients.xls
8273

0 commit comments

Comments
 (0)