cjerzak commited on
Commit
5ed704e
·
verified ·
1 Parent(s): 16a2711

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -55,13 +55,13 @@ COPY . .
55
  # ------------------------------------------------------------------------------
56
  # 4) Install strategize from GitHub
57
  # ------------------------------------------------------------------------------
58
- RUN Rscript -e "remotes::install_github('cjerzak/strategize-software/strategize')"
59
 
60
  # ------------------------------------------------------------------------------
61
  # 5) Pre-build the conda environment inside the Docker image by
62
  # calling your 'build_backend()' function, which handles the JAX/numpy install.
63
  # ------------------------------------------------------------------------------
64
- RUN Rscript -e "library(strategize); strategize::build_backend(conda='auto')"
65
 
66
  # ------------------------------------------------------------------------------
67
  # 6) Expose the Shiny port (7860) and set the default command to run the Shiny app
 
55
  # ------------------------------------------------------------------------------
56
  # 4) Install strategize from GitHub
57
  # ------------------------------------------------------------------------------
58
+ # RUN Rscript -e "remotes::install_github('cjerzak/strategize-software/strategize')"
59
 
60
  # ------------------------------------------------------------------------------
61
  # 5) Pre-build the conda environment inside the Docker image by
62
  # calling your 'build_backend()' function, which handles the JAX/numpy install.
63
  # ------------------------------------------------------------------------------
64
+ # RUN Rscript -e "library(strategize); strategize::build_backend(conda='auto')"
65
 
66
  # ------------------------------------------------------------------------------
67
  # 6) Expose the Shiny port (7860) and set the default command to run the Shiny app