diff --git a/Dockerfile b/Dockerfile index 51817e50..f98b990b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # distribution of this software and related documentation without an express # license agreement from NVIDIA CORPORATION is strictly prohibited. -ARG BASE_IMAGE=nvcr.io/nvidia/tensorflow:20.10-tf1-py3 +ARG BASE_IMAGE=nvcr.io/nvidia/tensorflow:20.12-tf1-py3 FROM $BASE_IMAGE RUN pip install scipy==1.3.3