Skip to content

Commit 75fab10

Browse files
committed
fixed dependency
1 parent 7c8149f commit 75fab10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vendor/ngc-tensorflow/Dockerfile.20.11-tf2-py3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ RUN mv /usr/local/bin/mpirun /usr/local/bin/mpirun.real && \
195195
# Configure OpenMPI to run good defaults:
196196
RUN echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
197197

198+
ENV NODE_OPTIONS="--max-old-space-size=4096"
199+
198200
RUN jupyter nbextensions_configurator enable && \
199201
jupyter contrib nbextension install && \
200202
jupyter nbextension enable --py --sys-prefix widgetsnbextension && \

0 commit comments

Comments
 (0)