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.
1 parent 5db0410 commit dd9875fCopy full SHA for dd9875f
deploy/bases/pyarrow/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/project-codeflare/lightning:0.0.5
+FROM ghcr.io/project-codeflare/lightning:0.0.6
2
3
ENV \
4
DEBIAN_FRONTEND="noninteractive" \
deploy/bases/pyarrow/requirements.txt
@@ -2,5 +2,11 @@ pyarrow
pandas
ibm-cos-sdk
5
+# https://www.h5py.org/
6
+h5py
7
+
8
+# https://pypi.org/project/einops/
9
+einops
10
11
# helpful and small utilities
12
psutil
0 commit comments