From 84a18965f79d56f36a8df9e45518bafcfc7550ef Mon Sep 17 00:00:00 2001 From: VIshwas Narayana Date: Sun, 30 Jun 2024 20:32:24 +0530 Subject: [PATCH] just commented --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 07c4efc..254e627 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,7 @@ RUN pip install seaborn EXPOSE 8888 + +#just commenting in the new branch + ENTRYPOINT ["jupyter", "lab","--ip=0.0.0.0","--allow-root"]