Skip to content

Commit

Permalink
also add renv to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Dec 9, 2024
1 parent 6017efb commit 3a115b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
context: .
push: true
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.20
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.21
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update \
&& apt-get clean -y

RUN apt-get install -y r-base r-base-dev
RUN Rscript -e 'install.packages(c("tidyverse", "torch", "torchvision", "filelock", "pins", "plumber", "shiny"))'
RUN Rscript -e 'install.packages(c("tidyverse", "torch", "torchvision", "filelock", "pins", "plumber", "shiny", "renv"))'
RUN Rscript -e 'torch::install_torch()'

RUN mkdir /hal9
Expand Down

0 comments on commit 3a115b9

Please sign in to comment.