Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlukashenko committed Feb 14, 2024
1 parent d5fcb01 commit 4e13c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/09-containerized-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Now that we've preserved our full analysis environment in docker images, let's t
> > ### Part 2: Fitting
> > ~~~bash
> > # Pull the image for the fitting repo
> > docker pull [your_partners_username]/[fitting repo iamge name]:[tag]
> > docker pull [your_partners_username]/[fitting repo image name]:[tag]
> >
> > # Start up the container and volume-mount the skimming_output and fitting_output directories into it
> > docker run --rm -it -v ${PWD}/skimming_output:/skimming_output -v ${PWD}/fitting_output:/fitting_output [your_partners_username]/[fitting repo image name]:[tag] /bin/bash
Expand Down

0 comments on commit 4e13c97

Please sign in to comment.