We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9c38f commit a3f36ffCopy full SHA for a3f36ff
jax-inference-offloading/dockerfile/oss.dockerfile
@@ -76,7 +76,7 @@ EOF
76
RUN <<"EOF" bash -ex -o pipefail
77
mkdir -p /opt/pip-tools.d
78
pip freeze | grep wheel >> /opt/pip-tools.d/overrides.in
79
-echo "jax[cuda12_local]" >> /opt/pip-tools.d/requirements.in
+echo "jax[cuda12_local,k8s]" >> /opt/pip-tools.d/requirements.in
80
echo "-e file://${SRC_PATH_JIO}" >> /opt/pip-tools.d/requirements.in
81
echo "-e file://${SRC_PATH_TUNIX}" >> /opt/pip-tools.d/requirements.in
82
cat "${SRC_PATH_JIO}/examples/requirements.in" >> /opt/pip-tools.d/requirements.in
0 commit comments