From 5f9aaa300ed64a185e704762e5265d21ea59cd3f Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 29 Dec 2023 12:18:23 -0800 Subject: [PATCH] Don't set $PATH and $VIRTUAL_ENV explicitly https://github.com/rocker-org/rocker-versioned2/pull/740 has been merged --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 242c200..675ca84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,5 @@ FROM rocker/binder:4.3.2 -# Needed until https://github.com/rocker-org/rocker-versioned2/pull/740 is -# merged -ENV VIRTUAL_ENV=/opt/venv -ENV PATH=${VIRTUAL_ENV}/bin:${PATH} - USER root COPY requirements.txt /tmp/requirements.txt