Skip to content

Commit 03c1da9

Browse files
committed
remove python packages from docker container
1 parent fa9dcc5 commit 03c1da9

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

dev/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ ENV PATH="/opt/spark/sbin:/opt/spark/bin:${PATH}"
8787
RUN chmod u+x /opt/spark/sbin/* && \
8888
chmod u+x /opt/spark/bin/*
8989

90-
RUN pip3 install -q ipython
91-
92-
RUN pip3 install "pyiceberg[s3fs,hive,pyarrow]==${PYICEBERG_VERSION}"
93-
9490
COPY entrypoint.sh .
9591

9692
ENTRYPOINT ["./entrypoint.sh"]

dev/docker-compose-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
services:
1919
spark-iceberg:
20-
image: python-integration
2120
container_name: pyiceberg-spark
2221
build: .
2322
networks:

0 commit comments

Comments
 (0)