We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead1e4e commit 43466edCopy full SHA for 43466ed
k8s/Dockerfile
@@ -30,5 +30,5 @@ RUN source venv/bin/activate && \
30
maturin build --release
31
32
FROM rayproject/ray:2.37.0.cabc24-py312
33
-COPY --from=0 /home/ray/target/wheels/datafusion_ray-0.6.0-cp38-abi3-manylinux_2_35_x86_64.whl /home/ray/datafusion_ray-0.6.0-cp38-abi3-manylinux_2_35_x86_64.whl
34
-RUN pip3 install /home/ray/datafusion_ray-0.6.0-cp38-abi3-manylinux_2_35_x86_64.whl
+COPY --from=0 /home/ray/target/wheels/*.whl /home/ray/
+RUN pip3 install /home/ray/*.whl
0 commit comments