Skip to content

stackOcean-official/r-shiny-docker-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r-shiny-docker-sample

Sample Deployment of a R Machine-Learning Model using Docker

How to run

To start the training run:

Rscript src/train.R

Docker

How to build

docker build -t r-shiny-docker-sample .

How to run

Use this command to run the dockerfile in the background

docker run --rm -p 8000:8000 --name r-shiny r-shiny-docker-sample

To stop the server, use this command

docker stop r-shiny

To view logs of the container run

docker logs r-shiny

About

Sample Deployment of a R Machine-Learning Model using Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published