Skip to content

Commit

Permalink
Merge pull request UBC-MDS#68 from wang-rui/main
Browse files Browse the repository at this point in the history
Update dockerfile
  • Loading branch information
wang-rui authored Dec 12, 2020
2 parents 515f1d4 + fc959e1 commit c1c5d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN pip3 install jinja2
RUN pip3 install pip>=20
RUN pip3 install pandas-profiling>=1.4.3
RUN pip3 install psutil>=5.7.2
RUN pip3 install xgboost>=1.*
RUN pip3 install lightgbm>=3.*
RUN pip3 install xgboost
RUN pip3 install lightgbm
RUN pip3 install git+git://github.com/mgelbart/plot-classifier.git
RUN pip3 install altair-saver==0.5.0
RUN pip3 install docopt==0.6.2
Expand Down

0 comments on commit c1c5d7f

Please sign in to comment.