Skip to content

Commit

Permalink
Merge pull request #56 from Xaenalt/main
Browse files Browse the repository at this point in the history
Update to use micropipenv
  • Loading branch information
openshift-merge-robot authored Aug 21, 2023
2 parents c20e0bd + dd3f580 commit 8392bb8
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 @@ -7,8 +7,8 @@ COPY caikit /caikit

RUN yum -y update && yum -y install git git-lfs && yum clean all && \
git lfs install && \
pip install pipenv && \
pipenv install --system && \
pip install 'micropipenv[toml]' && \
micropipenv install && \
rm -rf ~/.cache && \
mkdir -p /opt/models && \
adduser -g 0 -u 1001 caikit --home-dir /caikit && \
Expand Down

0 comments on commit 8392bb8

Please sign in to comment.