Skip to content

Commit 88df089

Browse files
committed
adding google-perftools
1 parent fbcede8 commit 88df089

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile_pytorch_and_more

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM nvcr.io/nvidia/pytorch:20.03-py3
22
LABEL maintainer="wfedorko@triumf.ca"
33

44
RUN apt-get update
5-
RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev
5+
RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev google-perftools
6+
67

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

0 commit comments

Comments
 (0)