Skip to content

Commit

Permalink
remove python path
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 5, 2023
1 parent 079f406 commit 6d0b97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ FROM base as runner
WORKDIR /home/root
ENV PIP_NO_CACHE_DIR=1
ENV PYTHONUNBUFFERED=1
ENV PATH="/home/root/.local/bin:$PATH"
ENV PYTHON_LIB="/home/root/.local/lib/python$PYTHON_VERSION/site-packages"
# ENV PATH="/home/root/.local/bin:$PATH"
# ENV PYTHON_LIB="/home/root/.local/lib/python$PYTHON_VERSION/site-packages"

RUN apt-get update \
&& apt-get -y upgrade \
Expand Down

0 comments on commit 6d0b97f

Please sign in to comment.