Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[circle-mlir/infra] Revise numpy package version #14726

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circle-mlir/infra/docker/u2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update \
RUN apt-get update \
&& apt-get -qqy install python3 python3-pip python3-venv python3-dev python3-all dh-python
RUN python3 -m pip install --upgrade pip setuptools
RUN python3 -m pip install yapf==0.43.0 numpy h5py==3.8.0 einops
RUN python3 -m pip install yapf==0.43.0 numpy==1.26.4 h5py==3.8.0 einops

# TODO upgrade
ARG VER_TORCH=2.1.0
Expand Down
1 change: 1 addition & 0 deletions circle-mlir/infra/overlay/prepare-venv
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ ${VENV_PYTHON} -m pip ${PIP_OPTIONS} install onnx==${VER_ONNX}
${VENV_PYTHON} -m pip ${PIP_OPTIONS} install onnxruntime==${VER_ONNXRUNTIME}

${VENV_PYTHON} -m pip ${PIP_OPTIONS} install h5py einops
${VENV_PYTHON} -m pip ${PIP_OPTIONS} install numpy==1.26.4
Loading