Explorar el Código

Suppress message `tput: No value for $TERM and no -T specified`

Atsushi Takayama hace 8 años
padre
commit
8f03f3207e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -19,6 +19,9 @@ RUN \
   PREFIX=$HOME/torch/install luarocks install turbo && \
   luarocks install cudnn
 
+# suppress message `tput: No value for $TERM and no -T specified`
+ENV TERM xterm
+
 COPY . /root/waifu2x
 
 WORKDIR /root/waifu2x