Skip to content

Commit

Permalink
Don't set $PATH and $VIRTUAL_ENV explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 29, 2023
1 parent 7594661 commit 5f9aaa3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5f9aaa3

Please sign in to comment.