Skip to content

Commit

Permalink
Change to jq binary, its newer
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 8, 2024
1 parent 14a97a3 commit 5f88da5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/nvidia-gpu-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ARG VERSION
ARG CHANNEL

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:rmescandon/yq \
&& apt-get update \
&& apt-get install -y wget yq \
&& apt-get install -y wget \
&& rm -rf /var/lib/apt/lists/*

RUN wget -O /usr/bin/yq https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 \
&& chmode a+x /usr/bin/yq

CMD ["nvidia_gpu_exporter"]
COPY ./apps/nvidia-gpu-exporter/setpowerlimit.sh .

Expand Down

0 comments on commit 5f88da5

Please sign in to comment.