Skip to content

Commit df511c3

Browse files
authored
remove extra $
1 parent ba6160c commit df511c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ RUN pip install pycuda && \
164164
pip install pynvrtc && \
165165
pip install pynvml && \
166166
# No specific package for 11.x minor versions.
167-
pip install nnabla-ext-cuda$110 && \
167+
pip install nnabla-ext-cuda110 && \
168168
/tmp/clean-layer.sh
169169
{{ end }}
170170

0 commit comments

Comments
 (0)