We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15d0a8 commit b6a2ecfCopy full SHA for b6a2ecf
Dockerfile
@@ -343,7 +343,8 @@ RUN pip install bcolz && \
343
pip install nbformat && \
344
pip install notebook==5.5.0 && \
345
pip install olefile && \
346
- pip install kornia && \
+ # b/162850432 unpin once we upgrade to pytorch 1.6
347
+ pip install kornia==0.3.2 && \
348
pip install pandas_summary && \
349
pip install pandocfilters && \
350
pip install pexpect && \
0 commit comments