Skip to content

Commit bec4f23

Browse files
authored
Remove pynvml pin (#1107)
Latest version of `nnabla` is now compatible with latest version of `pynvml`
1 parent 5b50dad commit bec4f23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ RUN pip install mxnet && \
127127
# Install GPU-only packages
128128
RUN pip install pycuda && \
129129
pip install pynvrtc && \
130-
# 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.
131-
pip install pynvml==8.0.4 && \
130+
pip install pynvml && \
132131
pip install nnabla-ext-cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION && \
133132
/tmp/clean-layer.sh
134133
{{ end }}

0 commit comments

Comments
 (0)