From c93a214b9c18db4ee57b2a32c1b512b5b7f989f7 Mon Sep 17 00:00:00 2001 From: "M.ngugi" Date: Thu, 2 Nov 2023 02:09:13 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4eb012b..649f49c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +/* Upgrade pip and install pandas and ipython */ FROM python:3.10.1-bullseye RUN pip install --upgrade pip\