We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f76bb commit 4b8d1f7Copy full SHA for 4b8d1f7
docker/transformers-all-latest-gpu/Dockerfile
@@ -65,6 +65,9 @@ RUN python3 -m pip install --no-cache-dir python-Levenshtein
65
# For `FastSpeech2ConformerTokenizer` tokenizer
66
RUN python3 -m pip install --no-cache-dir g2p-en
67
68
+# For Some bitsandbytes tests
69
+RUN python3 -m pip install --no-cache-dir einops
70
+
71
# When installing in editable mode, `transformers` is not recognized as a package.
72
# this line must be added in order for python to be aware of transformers.
73
RUN cd transformers && python3 setup.py develop
0 commit comments