Skip to content

Commit

Permalink
Merge pull request #185 from kaczmarj/enh/examples
Browse files Browse the repository at this point in the history
FIX: spelling error in examples
  • Loading branch information
Jakub Kaczmarzyk authored Jun 11, 2018
2 parents 5cf603a + d615e20 commit 18314a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ neurodocker generate [docker|singularity] --base=debian:stretch --pkg-manager=ap
--entrypoint curl
```

In many cases, it is not desirable to overwrite the default entrypoint (`/neurodocker/startup.sh`) because that file sets certain environment variables and activates conda environments. In these cases, they entrypoint can be set as `/neurodocker/startup.sh <your_entrypoint>`. The default entrypoint will be run prior to `<your_entrypoint>`.
In many cases, it is not desirable to overwrite the default entrypoint (`/neurodocker/startup.sh`) because that file sets certain environment variables and activates conda environments. In these cases, the entrypoint can be set as `/neurodocker/startup.sh <your_entrypoint>`. The default entrypoint will be run prior to `<your_entrypoint>`.

In the command below the conda environment `neuro` will be activated prior to running `python`.

Expand Down

0 comments on commit 18314a7

Please sign in to comment.