Skip to content

Commit 3422121

Browse files
authored
[FIX] add the docker-command (#650)
* add the docker-command * wording changes
1 parent f6e031a commit 3422121

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

compose/neurosynth-frontend/src/pages/MetaAnalyses/MetaAnalysisPage/MetaAnalysisPage.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,6 @@ const MetaAnalysisPage: React.FC = (props) => {
407407
>
408408
Run your meta-analysis via one of the following methods.
409409
</Typography>
410-
<Typography sx={{ color: 'white' }}>
411-
Once neurosynth-compose has detected the status of your run, it
412-
will appear on this page.
413-
</Typography>
414410
</Box>
415411
</Box>
416412

@@ -461,10 +457,16 @@ const MetaAnalysisPage: React.FC = (props) => {
461457
>
462458
Locally via docker
463459
</Typography>
464-
<Typography>
465-
Click the "Help" button in the navigation panel at the top to
466-
learn more about this in the documentation
460+
<Typography sx={{ marginBottom: '0.5rem' }}>
461+
copy the docker command below to run this meta-analysis locally
467462
</Typography>
463+
<Box>
464+
<CodeSnippet
465+
linesOfCode={[
466+
`docker run ghcr.io/neurostuff/nsc-runner:latest ${metaAnalysis?.id}`,
467+
]}
468+
/>
469+
</Box>
468470
</Box>
469471
</Box>
470472
</Paper>

0 commit comments

Comments
 (0)