From 69a5ad1c1a65728d91b999d17a7e5d52b44cb8ce Mon Sep 17 00:00:00 2001 From: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:06:52 -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 a9f65425..c7eee80d 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 notebook USER root # see https://github.com/phusion/baseimage-docker/issues/319#issuecomment-1058835363