misantamaria commited on
Commit
c9d2137
1 Parent(s): 07f01fb

encoder copied

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -5
.gitignore CHANGED
@@ -1 +1,2 @@
1
  .env
 
 
1
  .env
2
+ data/wandb_artifacts/-7229007909940784976
Dockerfile CHANGED
@@ -86,8 +86,4 @@ RUN chmod +777 /home/.cache/matplotlib
86
  RUN echo "RETICULATE_MINICONDA_PATH" $RETICULATE_MINICONDA_PATH
87
 
88
  #Online
89
- CMD ["R", "--quiet", "-e", "shiny::runApp(Sys.getenv('APP'), host='0.0.0.0', port=as.integer(Sys.getenv('RSTUDIO_PORT')))"]
90
-
91
-
92
-
93
-
 
86
  RUN echo "RETICULATE_MINICONDA_PATH" $RETICULATE_MINICONDA_PATH
87
 
88
  #Online
89
+ CMD ["R", "--quiet", "-e", "shiny::runApp(Sys.getenv('APP'), host='0.0.0.0', port=as.integer(Sys.getenv('RSTUDIO_PORT')))"]