Skip to content

Commit

Permalink
Merge pull request #15 from 2i2c-org/nomopath
Browse files Browse the repository at this point in the history
Don't set $PATH and $VIRTUAL_ENV explicitly
  • Loading branch information
yuvipanda authored Dec 29, 2023
2 parents 7ef338c + 5f9aaa3 commit 36c17e9
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 36c17e9

Please sign in to comment.