Skip to content

Commit

Permalink
add n-cores (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent authored Jan 20, 2024
1 parent 1d175c1 commit f99ffd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const MetaAnalysisPage: React.FC = (props) => {
<Box>
<CodeSnippet
linesOfCode={[
`docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id}`,
`docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id} --n-cores 1`,
]}
/>
</Box>
Expand Down

0 comments on commit f99ffd5

Please sign in to comment.