Skip to content

Commit

Permalink
fix: with arrow-cpp?
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanliefland committed Oct 19, 2023
1 parent ca9d4a6 commit b960aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ RUN chown jovyan /home/hexa

USER ${NB_UID}

# Who knows?
RUN mamba install --yes arrow-cpp=7.0.1 && mamba clean --all -f -y

# R packages
RUN mamba install --yes \
'r-arrow=7.*' \
'r-aws.s3=0.*' \
'r-geojsonio=0.*' \
'r-getpass=0.*' \
Expand Down

0 comments on commit b960aa0

Please sign in to comment.