We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcede8 commit 88df089Copy full SHA for 88df089
1 file changed
Dockerfile_pytorch_and_more
@@ -2,7 +2,8 @@ FROM nvcr.io/nvidia/pytorch:20.03-py3
2
LABEL maintainer="wfedorko@triumf.ca"
3
4
RUN apt-get update
5
-RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev
+RUN apt-get --yes upgrade && apt-get --yes install strace locate pydb ddd libxtst6 libxtst-dev google-perftools
6
+
7
8
RUN pip install xgboost lightgbm seaborn h5py plotly torchviz line_profiler bokeh tqdm pandas ipywidgets python-csv memory_profiler
9
0 commit comments