File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
transformers-all-latest-gpu
transformers-pytorch-deepspeed-latest-gpu Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ RUN python3 -m pip install --no-cache-dir decord av==9.2.0
5959# # For `dinat` model
6060# RUN python3 -m pip install --no-cache-dir natten -f https://shi-labs.com/natten/wheels/$CUDA/
6161
62+ # dash 2.9.0 has some issue.
63+ RUN python3 -m pip install -U dash==2.8.1
64+
6265# When installing in editable mode, `transformers` is not recognized as a package.
6366# this line must be added in order for python to be aware of transformers.
6467RUN cd transformers && python3 setup.py develop
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ RUN python3 -m pip uninstall -y deepspeed
4040# TODO: Find out why test fail.
4141RUN DS_BUILD_CPU_ADAM=1 DS_BUILD_FUSED_ADAM=1 DS_BUILD_AIO=1 DS_BUILD_UTILS=1 python3 -m pip install deepspeed --global-option="build_ext" --global-option="-j8" --no-cache -v --disable-pip-version-check 2>&1
4242
43+ # dash 2.9.0 has some issue.
44+ RUN python3 -m pip install -U dash==2.8.1
45+
4346# When installing in editable mode, `transformers` is not recognized as a package.
4447# this line must be added in order for python to be aware of transformers.
4548RUN cd transformers && python3 setup.py develop
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ RUN python3 -m pip uninstall -y tensorflow flax
2929RUN python3 -m pip install --no-cache-dir git+https://github.com/facebookresearch/detectron2.git pytesseract
3030RUN python3 -m pip install -U "itsdangerous<2.1.0"
3131
32+ # dash 2.9.0 has some issue.
33+ RUN python3 -m pip install -U dash==2.8.1
34+
3235# When installing in editable mode, `transformers` is not recognized as a package.
3336# this line must be added in order for python to be aware of transformers.
3437RUN cd transformers && python3 setup.py develop
You can’t perform that action at this time.
0 commit comments