diff --git a/samples/contrib/nvidia-resnet/components/inference_server_launcher/Dockerfile b/samples/contrib/nvidia-resnet/components/inference_server_launcher/Dockerfile index 2b59ba9756e..71f8094741a 100644 --- a/samples/contrib/nvidia-resnet/components/inference_server_launcher/Dockerfile +++ b/samples/contrib/nvidia-resnet/components/inference_server_launcher/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210114 RUN apt-get update -y && \ apt-get install --no-install-recommends -y -q ca-certificates curl python-dev python-setuptools wget unzip