Skip to content

Commit

Permalink
Temporary forcing Numpy1 for all images
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Sep 25, 2024
1 parent 7012cf0 commit 3ff2ef3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion comfy3d-pt22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ python311-lark \
python311-matplotlib \
python311-mpmath \
python311-numba-devel \
python311-numpy \
python311-numpy1 \
python311-onnx \
python311-opencv \
python311-pandas \
Expand Down
2 changes: 1 addition & 1 deletion comfy3d-pt23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ python311-lark \
python311-matplotlib \
python311-mpmath \
python311-numba-devel \
python311-numpy \
python311-numpy1 \
python311-onnx \
python311-opencv \
python311-pandas \
Expand Down
2 changes: 1 addition & 1 deletion cu121-megapak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ python311-lark \
python311-matplotlib \
python311-mpmath \
python311-numba-devel \
python311-numpy \
python311-numpy1 \
python311-onnx \
python311-opencv \
python311-pandas \
Expand Down
2 changes: 1 addition & 1 deletion cu121/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/cache/zypp \
install --no-confirm \
python311 python311-pip python311-wheel python311-setuptools \
python311-devel python311-Cython gcc-c++ python311-py-build-cmake \
python311-numpy python311-opencv \
python311-numpy1 python311-opencv \
python311-ffmpeg-python ffmpeg x264 x265 \
python311-dbm \
google-noto-sans-fonts google-noto-sans-cjk-fonts google-noto-coloremoji-fonts \
Expand Down
2 changes: 1 addition & 1 deletion cu124-cn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ python312-lark \
python312-matplotlib \
python312-mpmath \
python312-numba-devel \
python312-numpy \
python312-numpy1 \
python312-onnx \
python312-opencv \
python312-pandas \
Expand Down
2 changes: 1 addition & 1 deletion cu124-cn/Dockerfile-cn
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python312-lark \
python312-matplotlib \
python312-mpmath \
python312-numba-devel \
python312-numpy \
python312-numpy1 \
python312-onnx \
python312-opencv \
python312-pandas \
Expand Down
2 changes: 1 addition & 1 deletion cu124-megapak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ python312-lark \
python312-matplotlib \
python312-mpmath \
python312-numba-devel \
python312-numpy \
python312-numpy1 \
python312-onnx \
python312-opencv \
python312-pandas \
Expand Down
2 changes: 1 addition & 1 deletion rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/var/cache/zypp \
install --no-confirm \
python310 python310-pip python310-wheel python310-setuptools \
python310-devel python310-Cython gcc-c++ python310-py-build-cmake \
python310-numpy python310-opencv \
python310-numpy1 python310-opencv \
python310-ffmpeg-python ffmpeg x264 x265 \
python310-dbm \
ghc-half \
Expand Down

0 comments on commit 3ff2ef3

Please sign in to comment.