Skip to content

Commit

Permalink
add n-cores
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jan 19, 2024
1 parent 1d175c1 commit b44819d
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 b44819d

Please sign in to comment.