Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,8 @@ RUN install2.r --error \
|
|
| 13 |
ggplot2 \
|
| 14 |
xgboost \
|
| 15 |
httr \
|
| 16 |
-
rsconnect
|
|
|
|
| 17 |
|
| 18 |
# Install development packages from GitHub
|
| 19 |
RUN installGithub.r \
|
|
|
|
| 13 |
ggplot2 \
|
| 14 |
xgboost \
|
| 15 |
httr \
|
| 16 |
+
rsconnect \
|
| 17 |
+
remotes
|
| 18 |
|
| 19 |
# Install development packages from GitHub
|
| 20 |
RUN installGithub.r \
|