Bladeren bron

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

Atsushi Takayama 8 jaren geleden
bovenliggende
commit
8f03f3207e
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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