Skip to content

Commit

Permalink
missing system prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Dec 10, 2024
1 parent 3a115b9 commit fe8bc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.21
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.22
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update \
&& apt-get clean -y

RUN apt-get install -y r-base r-base-dev
RUN apt-get install -y libcurl4-openssl-dev libfontconfig1-dev libxml2-dev libsodium-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
RUN Rscript -e 'install.packages(c("tidyverse", "torch", "torchvision", "filelock", "pins", "plumber", "shiny", "renv"))'
RUN Rscript -e 'torch::install_torch()'

Expand Down

0 comments on commit fe8bc8f

Please sign in to comment.