Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
|
@@ -9,9 +9,10 @@ RUN install2.r --error \
|
|
| 9 |
readr \
|
| 10 |
ggExtra \
|
| 11 |
utils \
|
| 12 |
-
htmlwidgets
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|
|
|
|
| 9 |
readr \
|
| 10 |
ggExtra \
|
| 11 |
utils \
|
| 12 |
+
htmlwidgets
|
| 13 |
+
|
| 14 |
+
RUN installGithub.r \
|
| 15 |
+
davidgohel/ggiraph
|
| 16 |
COPY . .
|
| 17 |
|
| 18 |
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|