From 29be050240abe6e1d93269aecb9fd94e1b85fe24 Mon Sep 17 00:00:00 2001 From: chenxingming <13019562@qq.com> Date: Thu, 20 Apr 2023 20:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dd0ac8f..5315422 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM nvcr.io/nvidia/l4t-tensorflow:r32.6.1-tf2.5-py3 + RUN apt-get install make g++ gcc RUN pip3 install gunicorn RUN pip3 install setuptools==46.1.3