We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e054b77 commit 48736f3Copy full SHA for 48736f3
dev/Dockerfile
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-FROM python:3.9-bullseye
+FROM python:3.12-bullseye
17
18
RUN apt-get -qq update && \
19
apt-get -qq install -y --no-install-recommends \
@@ -63,7 +63,7 @@ RUN chmod u+x /opt/spark/sbin/* && \
63
64
RUN pip3 install -q ipython
65
66
-RUN pip3 install "pyiceberg[s3fs,hive]==${PYICEBERG_VERSION}"
+RUN pip3 install "pyiceberg[s3fs,hive,pyarrow]==${PYICEBERG_VERSION}"
67
68
COPY entrypoint.sh .
69
COPY provision.py .
0 commit comments