File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
diffusers-onnxruntime-cpu
diffusers-onnxruntime-cuda
diffusers-pytorch-compile-cuda
diffusers-pytorch-xformers-cuda Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4242 huggingface-hub \
4343 Jinja2 \
4444 librosa \
45- numpy \
45+ numpy==1.26.4 \
4646 scipy \
4747 tensorboard \
4848 transformers \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4040 huggingface-hub \
4141 Jinja2 \
4242 librosa \
43- numpy \
43+ numpy==1.26.4 \
4444 scipy \
4545 tensorboard \
4646 transformers
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4141 hf-doc-builder \
4242 huggingface-hub \
4343 Jinja2 \
44- librosa \
45- numpy \
44+ librosa \
45+ numpy==1.26.4 \
4646 scipy \
4747 tensorboard \
4848 transformers
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4040 huggingface-hub \
4141 Jinja2 \
4242 librosa \
43- numpy \
43+ numpy==1.26.4 \
4444 scipy \
4545 tensorboard \
4646 transformers
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4040 huggingface-hub \
4141 Jinja2 \
4242 librosa \
43- numpy \
43+ numpy==1.26.4 \
4444 scipy \
4545 tensorboard \
4646 transformers
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
3939 huggingface-hub \
4040 Jinja2 \
4141 librosa \
42- numpy \
42+ numpy==1.26.4 \
4343 scipy \
4444 tensorboard \
4545 transformers
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4040 huggingface-hub \
4141 Jinja2 \
4242 librosa \
43- numpy \
43+ numpy==1.26.4 \
4444 scipy \
4545 tensorboard \
4646 transformers matplotlib
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
3939 huggingface-hub \
4040 Jinja2 \
4141 librosa \
42- numpy \
42+ numpy==1.26.4 \
4343 scipy \
4444 tensorboard \
4545 transformers \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
3939 huggingface-hub \
4040 Jinja2 \
4141 librosa \
42- numpy \
42+ numpy==1.26.4 \
4343 scipy \
4444 tensorboard \
4545 transformers \
You can’t perform that action at this time.
0 commit comments