Skip to content

Commit

Permalink
Improve spark pandas version information
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jan 5, 2024
1 parent dc6432a commit 06cdadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/pyspark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ USER ${NB_UID}
# The pandas version in this Dockerfile should match the version
# on which the Pandas API for Spark is built.
# To find the right version:
# 1. Check out the Spark branch you are on.
# 2. Find the pandas version in the file spark/dev/infra/Dockerfile.
# 1. Check out the Spark branch you are on: <https://github.com/apache/spark>
# 2. Find the pandas version in the file `dev/infra/Dockerfile`.
RUN mamba install --yes \
'grpcio-status' \
'grpcio' \
Expand Down

0 comments on commit 06cdadd

Please sign in to comment.