Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 25, 2023
1 parent 5797734 commit 9f56f69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions jupyter_rstudio_singularity/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,11 @@ def main(
we will pull the image from the remote.""",
),
image: str = typer.Option(
os.path.join(os.environ.get('HOME', ''),
".singularity",
"r-tidyverse_4.2.2.sif",
),
os.path.join(
os.environ.get('HOME', ''),
".singularity",
"r-tidyverse_4.2.2.sif",
),
help="Path to local image"
),
r_lib: str = typer.Option(
Expand Down

0 comments on commit 9f56f69

Please sign in to comment.