We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a1fad commit fbcede8Copy full SHA for fbcede8
1 file changed
Dockerfile_pytorch_and_more
@@ -4,7 +4,7 @@ LABEL maintainer="wfedorko@triumf.ca"
4
RUN apt-get update
5
RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev
6
7
-RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler bokeh tqdm pandas ipywidgets python-csv
+RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler bokeh tqdm pandas ipywidgets python-csv memory_profiler
8
9
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*
10
0 commit comments