Skip to content

Commit

Permalink
install git-lfs (intel-analytics#8647)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Aug 1, 2023
1 parent 1969ff5 commit cd96e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppml/tdx/docker/trusted-bigdl-llm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update && \
apt install software-properties-common libunwind8-dev vim less -y && \
add-apt-repository ppa:deadsnakes/ppa -y && \
apt-get install -y python3.9 git curl wget libcrypto++6 libcrypto++-dev libcrypto++-utils && \
apt-get install -y git-lfs && \
rm /usr/bin/python3 && \
ln -s /usr/bin/python3.9 /usr/bin/python3 && \
ln -s /usr/bin/python3 /usr/bin/python && \
Expand Down

0 comments on commit cd96e55

Please sign in to comment.