Skip to content

Commit

Permalink
Add Rstudio image (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Jan 17, 2025
1 parent 7c929b6 commit 0e01d3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tfy-configs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-configs
version: 0.1.9
version: 0.1.10-rc.1
description: "Various ConfigMaps to configure TrueFoundry Control Plane"
maintainers:
- name: truefoundry
10 changes: 10 additions & 0 deletions charts/tfy-configs/files/workbench-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ images:
- match: []
spec:
image_uri: "tfy.jfrog.io/tfy-images/jupyter:0.3.9-cu121-py3.11.10-sudo"

- name: SSH Server Minimal Image
type: ssh-server
enabled: true
Expand Down Expand Up @@ -167,3 +168,12 @@ images:
- match: []
spec:
image_uri: "tfy.jfrog.io/tfy-images/ssh-server:0.3.9-cu121-py3.11.10"

- name: Rstudio 2024.09.0 Image
type: rstudio
enabled: true
description: Minimal image with R 4.4 and Python 3.11 environment.
image:
- match: []
spec:
image_uri: "tfy.jfrog.io/tfy-images/rstudio:0.1.0-py3.11.10-sudo"

0 comments on commit 0e01d3f

Please sign in to comment.