Skip to content

Commit

Permalink
align ozymandias and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Oct 23, 2023
1 parent b16fdc0 commit 69cf53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions data-raw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,4 @@ RUN R -e "options(warn=2); install.packages('rlang', repos = 'https://packageman
RUN R -e "options(warn=2); install.packages('terra', repos = 'https://packagemanager.rstudio.com/cran/2022-12-01')"

# bleeding edge RCzechia, current CRAN (not really frozen in time, but under control)
RUN R -e "install.packages('RCzechia')"



RUN R -e "install.packages('RCzechia')"
2 changes: 1 addition & 1 deletion data-raw/run_ozymandias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docker run \
-v $(pwd)/../:/home/rstudio/ \
--rm \
-p 8787:8787 \
ozymandias
ghcr.io/jlacko/rczechia:latest

# clean up detritus...
rm -rf ../.config
Expand Down

0 comments on commit 69cf53a

Please sign in to comment.