Spaces:
Sleeping
Sleeping
Commit
·
17629d1
1
Parent(s):
9c70c36
quitado kaleido
Browse files- Dockerfile +0 -1
- r_shiny_app/global.R +2 -2
Dockerfile
CHANGED
@@ -81,7 +81,6 @@ ENV APP="app"
|
|
81 |
|
82 |
RUN ls -la ${APPDIR}
|
83 |
RUN echo "RETICULATE_MINICONDA_PATH" $RETICULATE_MINICONDA_PATH
|
84 |
-
RUN mamba install -c conda-forge python-kaleido
|
85 |
#CMD [ "R", "-e", "shiny::runApp(host='0.0.0.0'", "port="${RSTUDIO_PORT}, "appDir = '/home/${USER_NAME}/app')" ]
|
86 |
#CMD [ "R -e shiny::runApp(host='0.0.0.0', port=Sys.getenv('RSTUDIO_PORT'), appDir = Sys.getenv('APPDIR'))" ]
|
87 |
#CMD R -e "shiny::runApp(host='0.0.0.0', port=as.numeric(Sys.getenv('RSTUDIO_PORT')), appDir = Sys.getenv('APPDIR'))"
|
|
|
81 |
|
82 |
RUN ls -la ${APPDIR}
|
83 |
RUN echo "RETICULATE_MINICONDA_PATH" $RETICULATE_MINICONDA_PATH
|
|
|
84 |
#CMD [ "R", "-e", "shiny::runApp(host='0.0.0.0'", "port="${RSTUDIO_PORT}, "appDir = '/home/${USER_NAME}/app')" ]
|
85 |
#CMD [ "R -e shiny::runApp(host='0.0.0.0', port=Sys.getenv('RSTUDIO_PORT'), appDir = Sys.getenv('APPDIR'))" ]
|
86 |
#CMD R -e "shiny::runApp(host='0.0.0.0', port=as.numeric(Sys.getenv('RSTUDIO_PORT')), appDir = Sys.getenv('APPDIR'))"
|
r_shiny_app/global.R
CHANGED
@@ -150,9 +150,9 @@ make_individual_dygraph <- function(i){
|
|
150 |
}
|
151 |
|
152 |
|
153 |
-
|
154 |
# RETRIEVE WANDB RUNS & ARTIFACTS #
|
155 |
-
|
156 |
|
157 |
api <- wandb$Api()
|
158 |
|
|
|
150 |
}
|
151 |
|
152 |
|
153 |
+
###################################
|
154 |
# RETRIEVE WANDB RUNS & ARTIFACTS #
|
155 |
+
###################################
|
156 |
|
157 |
api <- wandb$Api()
|
158 |
|