Skip to content

Commit ac1d322

Browse files
committed
Remove R flavor
1 parent 0458a60 commit ac1d322

File tree

9 files changed

+1
-414
lines changed

9 files changed

+1
-414
lines changed

build.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,12 @@
4040
args[FLAG_FLAVOR] = "full"
4141
build_utils.build(".", args)
4242

43-
args[FLAG_FLAVOR] = "r"
44-
build_utils.build("r-flavor", args)
45-
4643
args[FLAG_FLAVOR] = "spark"
4744
build_utils.build("spark-flavor", args)
4845

4946
args[FLAG_FLAVOR] = "gpu"
5047
build_utils.build("gpu-flavor", args)
51-
52-
args[FLAG_FLAVOR] = "gpu-r"
53-
build_utils.build("r-flavor", args)
54-
48+
5549
build_utils.exit_process(0)
5650

5751
# unknown flavor -> try to build from subdirectory

docs/update-workspace-image.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ We plan to do a full workspace image update (all libraries and tools) about ever
116116
- Test image on GPU machine und run `/workspace/tutorials/workspace-test-utilities.ipynb`
117117
- Test GPU interface in Netdata and Glances
118118

119-
12. Update, build and test `R` flavor:
120-
121-
- Build via `python build.py --flavor=R`
122-
- Run `/workspace/tutorials/test-r-runtime.Rmd` via R kernel.
123-
- Test `R Studio Server` tool and run the `/workspace/tutorials/test-r-runtime.Rmd`.
124-
125119
13. Build and test `spark` flavor via `python build.py --flavor=spark`
126120

127121
- Build via `python build.py --flavor=spark`

r-flavor/.dockerignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

r-flavor/Dockerfile

Lines changed: 0 additions & 50 deletions
This file was deleted.

r-flavor/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

r-flavor/build.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

r-flavor/resources/rstudio-service.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

r-flavor/resources/tutorials/test-r-runtime.Rmd

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)