From abbda3d872f674102f114691d1692fde21b67d0f Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 13 Nov 2024 09:35:14 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 483cf56..5dcf9dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ USER root # Define environment variables # DISPLAY Tell applications where to open desktop apps - this allows notebooks to pop open GUIs ENV REPO_DIR="/srv/repo" \ - CONDA_ENV="notebook" + CONDA_ENV="notebook" \ DISPLAY=":1.0" \ R_VERSION="4.4.1" \ R_DOCKERFILE="verse_${R_VERSION}" \