Skip to content

Commit

Permalink
Figure out what our uid is
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 28, 2023
1 parent 8064aac commit 0cefb96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM rocker/binder:4.3.2
ENV VIRTUAL_ENV=/opt/venv
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}

RUN id && ls -la ${VIRTUAL_ENV}

COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache -r /tmp/requirements.txt

Expand Down

0 comments on commit 0cefb96

Please sign in to comment.