Skip to content

Commit

Permalink
Installation of wget needed for ml programs
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbir-sharma committed Jun 7, 2024
1 parent 5da6783 commit d04f224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN git clone https://github.com/llvm/llvm-project.git && \

RUN apt-get update
RUN apt-get install unzip
RUN apt-get install -y wget

### libprotoc
RUN curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.17.2/protobuf-all-3.17.2.zip
Expand Down

0 comments on commit d04f224

Please sign in to comment.