Skip to content

Commit f82ef6c

Browse files
committed
nnabla causes protobuf compat issues
1 parent ae66e36 commit f82ef6c

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
@@ -180,8 +180,7 @@ RUN pip install spacy && \
180180
# No specific package for nnabla-ext-cuda 11.x minor versions.
181181
RUN pip install pycuda \
182182
pynvrtc \
183-
pynvml \
184-
nnabla-ext-cuda${CUDA_MAJOR_VERSION}0 && \
183+
pynvml && \
185184
/tmp/clean-layer.sh
186185
{{ end }}
187186

0 commit comments

Comments
 (0)