Skip to content

Commit

Permalink
latest dockerfile with new gcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Oct 19, 2022
1 parent 9b88845 commit 986db38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3.1'
version: '3.2'

services:

rsconnect:
image: rstudio/rstudio-connect:2021.12.1
image: rstudio/rstudio-connect:latest
restart: always
ports:
- 3939:3939
Expand Down
4 changes: 3 additions & 1 deletion script/setup-rsconnect/rstudio-connect.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Provider = pam
DefaultUserRole = publisher

[Python]
Enabled = false
Enabled = true
Executable = /opt/python/3.8.10/bin/python
Executable = /opt/python/3.9.5/bin/python

[RPackageRepository "CRAN"]
URL = https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
Expand Down

0 comments on commit 986db38

Please sign in to comment.