Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 25, 2023
1 parent dc2cdfa commit c534d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_rstudio_singularity/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def main(
),
image: str = typer.Option("r-tidyverse_4.2.2.sif", help="Path to local image"),
r_lib: str = typer.Option(
os.path.join(os.environ.get["HOME"], "R", "rocker-rstudio", "4.2.2"),
os.path.join(os.environ.get("HOME"), "R", "rocker-rstudio", "4.2.2"),
help="""Path to persist R libraries to.""",
),
workdir: str = typer.Option(
Expand Down

0 comments on commit c534d50

Please sign in to comment.