Skip to content

Commit 9ba6461

Browse files
authored
Add the k8s extra when installing JAX (#1254)
1 parent eb6d0d2 commit 9ba6461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/Dockerfile.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN <<"EOF" bash -ex
102102
for component in $(ls ${BUILD_PATH_JAXLIB}); do
103103
echo "-e file://${BUILD_PATH_JAXLIB}/${component}" >> /opt/pip-tools.d/requirements-jax.in;
104104
done
105-
echo "-e file://${SRC_PATH_JAX}" >> /opt/pip-tools.d/requirements-jax.in
105+
echo "-e file://${SRC_PATH_JAX}[k8s]" >> /opt/pip-tools.d/requirements-jax.in
106106
echo "numpy<2.0.0" >> /opt/pip-tools.d/requirements-jax.in
107107
EOF
108108

0 commit comments

Comments
 (0)