Browse Source

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

Atsushi Takayama 8 years ago
parent
commit
8f03f3207e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

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