Skip to content

Commit

Permalink
Add the k8s extra when installing JAX (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang authored Jan 17, 2025
1 parent eb6d0d2 commit 9ba6461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/Dockerfile.jax
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN <<"EOF" bash -ex
for component in $(ls ${BUILD_PATH_JAXLIB}); do
echo "-e file://${BUILD_PATH_JAXLIB}/${component}" >> /opt/pip-tools.d/requirements-jax.in;
done
echo "-e file://${SRC_PATH_JAX}" >> /opt/pip-tools.d/requirements-jax.in
echo "-e file://${SRC_PATH_JAX}[k8s]" >> /opt/pip-tools.d/requirements-jax.in
echo "numpy<2.0.0" >> /opt/pip-tools.d/requirements-jax.in
EOF

Expand Down

0 comments on commit 9ba6461

Please sign in to comment.