Skip to content

Commit 102e239

Browse files
committed
clean up NGC pytorch 21.02
1 parent ecdb70e commit 102e239

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vendor/ngc-pytorch/Dockerfile.21.02-py3

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ RUN apt-get update && \
4141
libgoogle-glog-dev libgflags-dev \
4242
libgphoto2-dev \
4343
libeigen3-dev \
44-
libhdf5-dev \
44+
libhdf5-dev \
45+
ncurses-term \
4546
automake
4647

4748

@@ -218,6 +219,7 @@ RUN jupyter nbextensions_configurator enable && \
218219

219220
RUN apt autoclean && \
220221
sed -i 's/source \/usr\/local\/nvm\/nvm.sh//' /etc/bash.bashrc && \
222+
ln -sf /usr/share/terminfo/x/xterm-color /usr/share/terminfo/x/xterm-256color && \
221223
rm -rf /var/lib/apt/lists/* && \
222224
rm -rf /root/.cache && \
223225
rm -rf /tmp/*

0 commit comments

Comments
 (0)