{"id":25441397,"url":"https://github.com/bertcarnell/aws-rstudio","last_synced_at":"2026-01-25T02:01:35.798Z","repository":{"id":147421122,"uuid":"618453671","full_name":"bertcarnell/aws-rstudio","owner":"bertcarnell","description":"To develop aws rstudio images for production","archived":false,"fork":false,"pushed_at":"2023-06-01T00:56:23.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T17:12:37.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bertcarnell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-24T13:58:32.000Z","updated_at":"2023-04-22T04:27:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ef9ab53-e316-470d-a8f9-8430c5e2734a","html_url":"https://github.com/bertcarnell/aws-rstudio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bertcarnell/aws-rstudio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Faws-rstudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Faws-rstudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Faws-rstudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Faws-rstudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertcarnell","download_url":"https://codeload.github.com/bertcarnell/aws-rstudio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Faws-rstudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28741626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:40:51.112Z","status":"online","status_checked_at":"2026-01-25T02:00:06.841Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-17T12:28:00.483Z","updated_at":"2026-01-25T02:01:35.780Z","avatar_url":"https://github.com/bertcarnell.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-rstudio\n\nTo develop aws rstudio images for production\n\n## `awslinux` image\n\n```\ndocker build -t aws-rstudio-1-system aws-rstudio-1-system\ndocker build -t aws-rstudio-2-rstudio aws-rstudio-2-rstudio\ndocker build -t aws-rstudio-3-java aws-rstudio-3-java\ndocker build -t aws-rstudio-4-r aws-rstudio-4-r\ndocker build -t aws-rstudio aws-rstudio-5-rpackages\n```\n\n## `ubuntu` images\n\n### `ubuntu-rstudio`\n\n```\ndocker build --progress plain -t ubuntu-rstudio-1-system ubuntu-rstudio-1-system\ndocker build --progress plain -t ubuntu-rstudio-2-rstudio ubuntu-rstudio-2-rstudio\ndocker build --progress plain -t ubuntu-rstudio-3-java ubuntu-rstudio-3-java\ndocker build --progress plain -t ubuntu-rstudio-4-r ubuntu-rstudio-4-r\ndocker build --progress plain -t ubuntu-rstudio-5-rpackages ubuntu-rstudio-5-rpackages\ndocker build --progress plain -t ubuntu-rstudio ubuntu-rstudio-6-other\n```\n\n### `ubuntu-sms` Sagemaker Studio R kernel\n\n```\ndocker build --progress plain -t ubuntu-sms-1 ubuntu-sms-1\ndocker build --progress plain -t ubuntu-sms-2 ubuntu-sms-2\ndocker build --progress plain -t ubuntu-sms-3 ubuntu-sms-3\ndocker build --progress plain -t ubuntu-sms-4 ubuntu-sms-4\ndocker build --progress plain -t ubuntu-sms-5 ubuntu-sms-5\ndocker build --progress plain -t ubuntu-sms-6 ubuntu-sms-6\ndocker build --progress plain -t ubuntu-sms-7 ubuntu-sms-7\n```\n\n\n## To start a container:\n\n```\ndocker run --rm -ti ubuntu-rstudio\ndocker run --rm -ti aws-rstudio\ndocker run --rm -ti ubuntu-sms-r\n```\n\nTo start bash instead of the startup script\n\n```\ndocker run -it --rm --user root ubuntu-sms-7 start.sh bash\n```\n\nTo start ipython:  https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#user-related-configurations\n\n```\ndocker run -it --rm --user root ubuntu-sms-7 start.sh ipython\n```\n\nTo mount a local directory in the docker container:\n\n```\ndocker run --rm -ti -v /my/local/dir:/mydir ubuntu-rstudio\n```\n\nRebuild a container\n\n```\ndocker build --no-cache\n```\n\nList and remove images\n\n```\ndocker images --all\ndocker rmi \u003cid\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertcarnell%2Faws-rstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertcarnell%2Faws-rstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertcarnell%2Faws-rstudio/lists"}