From 656ab2119c788bd8be3802e27d35fc44f7e0b481 Mon Sep 17 00:00:00 2001 From: jiajun chen <601427268@qq.com> Date: Thu, 12 Sep 2024 22:43:29 +0200 Subject: [PATCH] use python3.10-slim to decrease docker image size --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67442ba..e7cefeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.10-slim #this instruction specifies the "working directory" #or the path in the image where files will be copied and commands will be executed.