Skip to content

Commit b6a2ecf

Browse files
committed
Pin kornia to prevent torch upgrade.
BUG=162850432
1 parent f15d0a8 commit b6a2ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ RUN pip install bcolz && \
343343
pip install nbformat && \
344344
pip install notebook==5.5.0 && \
345345
pip install olefile && \
346-
pip install kornia && \
346+
# b/162850432 unpin once we upgrade to pytorch 1.6
347+
pip install kornia==0.3.2 && \
347348
pip install pandas_summary && \
348349
pip install pandocfilters && \
349350
pip install pexpect && \

0 commit comments

Comments
 (0)