We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
k8s
1 parent eb6d0d2 commit 9ba6461Copy full SHA for 9ba6461
.github/container/Dockerfile.jax
@@ -102,7 +102,7 @@ RUN <<"EOF" bash -ex
102
for component in $(ls ${BUILD_PATH_JAXLIB}); do
103
echo "-e file://${BUILD_PATH_JAXLIB}/${component}" >> /opt/pip-tools.d/requirements-jax.in;
104
done
105
-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
106
echo "numpy<2.0.0" >> /opt/pip-tools.d/requirements-jax.in
107
EOF
108
0 commit comments