Kaynağa Gözat

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

Atsushi Takayama 8 yıl önce
ebeveyn
işleme
8f03f3207e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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