Skip to content

Commit e2ec76e

Browse files
authored
Pin pynvml (#1027)
The latest version is causing an issue with nnabla. nnabla fixed the issue, pinning while waiting for new version of nnabla: sony/nnabla#892 http://b/190622765
1 parent 79b6541 commit e2ec76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gpu.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ RUN pip install /tmp/tfa_gpu/tensorflow*.whl && \
100100
RUN pip install pycuda && \
101101
pip install cupy-cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION && \
102102
pip install pynvrtc && \
103+
# b/190622765 latest version is causing issue. nnabla fixed it in https://github.com/sony/nnabla/issues/892, waiting for new release before we can remove this pin.
104+
pip install pynvml==8.0.4 && \
103105
pip install nnabla-ext-cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION && \
104106
/tmp/clean-layer.sh
105107

0 commit comments

Comments
 (0)