File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
54
54
python3 -m pip cache purge
55
55
56
56
# Install modelscope (for fast download) and ray (for multinode)
57
- RUN python3 -m pip install modelscope ray && \
57
+ RUN python3 -m pip install modelscope ' ray>=2.47.1' 'protobuf>3.20.0' && \
58
58
python3 -m pip cache purge
59
59
60
60
CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
55
55
python3 -m pip cache purge
56
56
57
57
# Install modelscope (for fast download) and ray (for multinode)
58
- RUN python3 -m pip install modelscope ray && \
58
+ RUN python3 -m pip install modelscope ' ray>=2.47.1' 'protobuf>3.20.0' && \
59
59
python3 -m pip cache purge
60
60
61
61
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
52
52
python3 -m pip cache purge
53
53
54
54
# Install modelscope (for fast download) and ray (for multinode)
55
- RUN python3 -m pip install modelscope ray && \
55
+ RUN python3 -m pip install modelscope ' ray>=2.47.1' 'protobuf>3.20.0' && \
56
56
python3 -m pip cache purge
57
57
58
58
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
54
54
python3 -m pip cache purge
55
55
56
56
# Install modelscope (for fast download) and ray (for multinode)
57
- RUN python3 -m pip install modelscope ray && \
57
+ RUN python3 -m pip install modelscope ' ray>=2.47.1' 'protobuf>3.20.0' && \
58
58
python3 -m pip cache purge
59
59
60
60
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
51
51
python3 -m pip cache purge
52
52
53
53
# Install modelscope (for fast download) and ray (for multinode)
54
- RUN python3 -m pip install modelscope ray && \
54
+ RUN python3 -m pip install modelscope ' ray>=2.47.1' 'protobuf>3.20.0' && \
55
55
python3 -m pip cache purge
56
56
57
57
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN export PIP_EXTRA_INDEX_URL=https://mirrors.huaweicloud.com/ascend/repos/pypi
51
51
python3 -m pip cache purge
52
52
53
53
# Install modelscope (for fast download) and ray (for multinode)
54
- RUN python3 -m pip install modelscope ray && \
54
+ RUN python3 -m pip install modelscope ' ray>=2.47.1' 'protobuf>3.20.0' && \
55
55
python3 -m pip cache purge
56
56
57
57
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ pytest-cov
14
14
regex
15
15
sentence_transformers
16
16
ray >= 2.47.1
17
- protobuf == 4.25.6
17
+ protobuf > 3.20.0
18
18
librosa
19
19
soundfile
You can’t perform that action at this time.
0 commit comments