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.
onnx
1 parent 209e728 commit 3d7dd66Copy full SHA for 3d7dd66
Dockerfile
@@ -386,6 +386,9 @@ RUN pip install flashtext && \
386
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
387
pip install cesium && \
388
pip install rgf_python && \
389
+ # b/185992410: onnx is a dependency of pytext, but the version 1.9.0 breaks pytext test.
390
+ # Remove this installation when pytext fixes the problem.
391
+ pip install onnx==1.8.1 && \
392
# b/145404107: latest version force specific version of numpy and torch.
393
pip install pytext-nlp==0.1.2 && \
394
pip install tsfresh && \
0 commit comments