Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
---
|
2 |
title: Shiny Test
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Shiny Test
|
3 |
+
emoji: R
|
4 |
colorFrom: red
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
This is an example of using the custom docker option with R shiny for webhosting an R app.
|
11 |
+
|
12 |
+
If you want to use this for your R app, you can duplicate this space (in the 3 dots icon on the upper right side).
|
13 |
+
Then modify the app.R.
|
14 |
+
|
15 |
+
If you wish to include more files/customizations, check out the Dockerfile and modify accordingly.
|
16 |
+
|
17 |
+
For more on docker in spaces check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|