diff --git a/tensorflow/1.14-gpu/Dockerfile b/tensorflow/1.14-gpu/Dockerfile index 81e9310..e486bf4 100644 --- a/tensorflow/1.14-gpu/Dockerfile +++ b/tensorflow/1.14-gpu/Dockerfile @@ -8,7 +8,7 @@ RUN apt update && \ apt install -y git && \ rm -rf /var/lib/apt/lists/* -RUN pip install requests psutil py-cpuinfo +RUN pip install requests psutil py-cpuinfo pandas ADD bootstrap.sh /etc/bootstrap.sh