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
5454 python3 -m pip cache purge
5555
5656# 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' && \
5858 python3 -m pip cache purge
5959
6060CMD ["/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
5555 python3 -m pip cache purge
5656
5757# 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' && \
5959 python3 -m pip cache purge
6060
6161CMD ["/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
5252 python3 -m pip cache purge
5353
5454# 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' && \
5656 python3 -m pip cache purge
5757
5858CMD ["/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
5454 python3 -m pip cache purge
5555
5656# 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' && \
5858 python3 -m pip cache purge
5959
6060CMD ["/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
5151 python3 -m pip cache purge
5252
5353# 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' && \
5555 python3 -m pip cache purge
5656
5757CMD ["/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
5151 python3 -m pip cache purge
5252
5353# 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' && \
5555 python3 -m pip cache purge
5656
5757CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ pytest-cov
1414regex
1515sentence_transformers
1616ray >= 2.47.1
17- protobuf == 4.25.6
17+ protobuf > 3.20.0
1818librosa
1919soundfile
You can’t perform that action at this time.
0 commit comments