Skip to content

Commit

Permalink
Fix pixi-rpy build (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 22, 2024
1 parent 84d4d43 commit 85a693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi-rpy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/geocompx/docker:pixi-r
# Todo: Find a way to auto-generate this from environment.yml/requirements.txt:
RUN pixi global install python xarray matplotlib folium rasterio r-reticulate
RUN ln -s /root/.pixi/bin/* /usr/local/bin
RUN ln -sf /root/.pixi/bin/* /usr/local/bin

0 comments on commit 85a693c

Please sign in to comment.