From 0e02cf8a99e945d0ddc80f21da3b757bb7e7a196 Mon Sep 17 00:00:00 2001 From: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:09:35 -0800 Subject: [PATCH] Update Dockerfile --- images/datascience-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index c7eee80d..97358f1e 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=python-3.9.5 FROM jupyter/datascience-notebook:$PYTHON_VERSION -# coerce change in all notebook +# coerce change in all notebooks USER root # see https://github.com/phusion/baseimage-docker/issues/319#issuecomment-1058835363