Spaces:
Sleeping
Sleeping
Commit
·
daf7e99
1
Parent(s):
5b39c6e
convert to shiny penguins app
Browse files- Dockerfile +3 -7
Dockerfile
CHANGED
@@ -4,13 +4,9 @@ WORKDIR /code
|
|
4 |
|
5 |
# Install stable packages from CRAN
|
6 |
RUN install2.r --error \
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
# Install development packages from GitHub
|
11 |
-
RUN installGithub.r \
|
12 |
-
rstudio/bslib \
|
13 |
-
rstudio/httpuv
|
14 |
|
15 |
COPY . .
|
16 |
|
|
|
4 |
|
5 |
# Install stable packages from CRAN
|
6 |
RUN install2.r --error \
|
7 |
+
shiny \
|
8 |
+
bslib \
|
9 |
+
vetiver
|
|
|
|
|
|
|
|
|
10 |
|
11 |
COPY . .
|
12 |
|