Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -42,7 +42,10 @@ RUN install2.r --error \
|
|
42 |
sandwich \
|
43 |
shinydashboard \
|
44 |
reticulate \
|
45 |
-
remotes
|
|
|
|
|
|
|
46 |
|
47 |
# ------------------------------------------------------------------------------
|
48 |
# 3) Copy your local code (including app.R and data) into the container
|
|
|
42 |
sandwich \
|
43 |
shinydashboard \
|
44 |
reticulate \
|
45 |
+
remotes \
|
46 |
+
future \
|
47 |
+
promises \
|
48 |
+
shinyjs
|
49 |
|
50 |
# ------------------------------------------------------------------------------
|
51 |
# 3) Copy your local code (including app.R and data) into the container
|