Skip to content

Commit

Permalink
adding some common packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wfedorko authored Apr 29, 2020
1 parent 81187fe commit 44dde64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_pytorch_and_more
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="wfedorko@triumf.ca"
RUN apt-get update
RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev

RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler
RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler bokeh tqdm pandas ipywidgets csv-python json

RUN wget https://download.jetbrains.com/python/pycharm-community-2019.2.3.tar.gz?_ga=2.141719730.1677997767.1570599993-1937107941.1570599993 && tar xfz pycharm-*.tar.gz* -C /opt/ && rm -r pycharm-*.tar.gz*

0 comments on commit 44dde64

Please sign in to comment.