Skip to content

Commit fbcede8

Browse files
committed
adding memory_profiler
1 parent 63a1fad commit fbcede8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile_pytorch_and_more

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="wfedorko@triumf.ca"
44
RUN apt-get update
55
RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev
66

7-
RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler bokeh tqdm pandas ipywidgets python-csv
7+
RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler bokeh tqdm pandas ipywidgets python-csv memory_profiler
88

99
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*
1010

0 commit comments

Comments
 (0)