rocker-org / rocker-versioned2

Run current & prior versions of R using docker. rocker/r-ver, rocker/rstudio, rocker/shiny, rocker/tidyverse, and so on.
https://rocker-project.org
GNU General Public License v2.0
419 stars 180 forks source link

Adding github copilot #847

Closed ramirobarrantes closed 3 months ago

ramirobarrantes commented 3 months ago

I am using rocker rstudio and is working excellently well, thank you very much.

I would like to enable github copilot, I see that I would need to do:

"With RStudio Server and Posit Workbench, GitHub Copilot must first be explicitly enabled by a system administrator. This can be done by adding the line:

copilot-enabled=1

to /etc/rstudio/rsession.conf."

How can I do that from the Dockerfile recipe?

eitsupi commented 3 months ago

Duplicate of #846