Skip to content

Commit

Permalink
Merge pull request #5829 from balajialg/dev_quarto
Browse files Browse the repository at this point in the history
[DH-317] Install quarto in Dev hub (dashboard image)
  • Loading branch information
balajialg authored Jul 2, 2024
2 parents 4e2ab7f + 2eefd47 commit 2a5a9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/dev/images/secondary/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies:
#- otter-grader==5.5.0
#- python-duckdb==1.0.0
#- jupyterhub==5.0.0

- quarto==1.4.550
- pip
- pip:
# - -r infra-requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion deployments/dev/images/secondary/install.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env r
#!/usr/bin/env R

# Function to install R packages with specific versions
class_libs_install_version <- function(class_name, class_libs) {
print(paste("Installing packages for", class_name))
for (i in seq(1, length(class_libs), 2)) {
Expand Down

0 comments on commit 2a5a9a5

Please sign in to comment.