Skip to content

Latest commit

 

History

History

bench-rstudio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bench rstudio

This repository provides example instructions for building a container image compatible with Illumina Connected Analytics - Bench which enables rstudio Open Source.

Getting Started

Prerequisities

In order to build this container you'll need to install docker.

Usage

Building

x86 architecture

Images can be locally build on x86 architecture using following command:

docker build -f Dockerfile -t bench-rstudio:1.0 .
ARM archirecture

Bench only supports x86 architecture infrastructure. Images can be locally build on ARM architecture using following command:

docker buildx build --platform linux/amd64 -f Dockerfile -t bench-rstudio:1.0 .

Uploading

Instructions to upload this image can be found at ICA Help Pages

License

This project is licensed under Apache-2.0 - see the LICENSE file for details.