1
0
Fork 0
mirror of synced 2024-05-21 21:32:19 +12:00

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

This commit is contained in:
Atsushi Takayama 2016-09-02 03:58:10 +09:00
parent c38353e264
commit 8f03f3207e

View file

@ -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