We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d175c1 commit f99ffd5Copy full SHA for f99ffd5
compose/neurosynth-frontend/src/pages/MetaAnalyses/MetaAnalysisPage/MetaAnalysisPage.tsx
@@ -463,7 +463,7 @@ const MetaAnalysisPage: React.FC = (props) => {
463
<Box>
464
<CodeSnippet
465
linesOfCode={[
466
- `docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id}`,
+ `docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id} --n-cores 1`,
467
]}
468
/>
469
</Box>
0 commit comments