Skip to content

Commit

Permalink
set grpcio and grpcio-status version as 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
xieshuaihu authored Oct 26, 2023
1 parent 8d55c39 commit ba86998
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 @@ -74,8 +74,8 @@ USER ${NB_UID}
# 1. Check out the Spark branch you are on.
# 2. Find the pandas version in the file spark/dev/infra/Dockerfile.
RUN mamba install --yes \
'grpcio-status' \
'grpcio' \
'grpcio-status=1.56' \
'grpcio=1.56' \
'pandas=2.0.3' \
'pyarrow' && \
mamba clean --all -f -y && \
Expand Down

0 comments on commit ba86998

Please sign in to comment.