Skip to content

Commit

Permalink
revert: HOME changes (#2732)
Browse files Browse the repository at this point in the history
Reverts setting HOME in dockerfile in #2728

Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm authored Jul 12, 2022
1 parent 1686c6c commit 69d5199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bentoml/_internal/bento/docker/templates/base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ENV {{ key }}={{ value }}
ARG BENTO_PATH={{ bento__path }}
ENV BENTO_PATH=$BENTO_PATH
ENV BENTOML_HOME={{ bento__home }}
ENV HOME={{ bento__home }}

RUN mkdir $BENTO_PATH && chown {{ bento__user }}:{{ bento__user }} $BENTO_PATH -R
WORKDIR $BENTO_PATH
Expand Down

0 comments on commit 69d5199

Please sign in to comment.