Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 8, 2024
1 parent 5f88da5 commit b8b5f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nvidia-gpu-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
&& 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
&& chmod a+x /usr/bin/yq

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

0 comments on commit b8b5f61

Please sign in to comment.