We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa99e1 commit 826c88cCopy full SHA for 826c88c
Dockerfile
@@ -9,5 +9,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
9
WORKDIR /root
10
RUN wget http://wili.cc/blog/entries/gpu-burn/gpu_burn-0.7.tar.gz && tar xzf gpu_burn-0.7.tar.gz && make
11
12
-ENTRYPOINT [ '/root/gpu_burn' ]
13
-CMD [ '10' ] # burn for 10 secs
+ENTRYPOINT [ "/root/gpu_burn" ]
+CMD [ "10" ] # burn for 10 secs
0 commit comments