Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|