Skip to content

Commit

Permalink
update docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Feb 19, 2025
1 parent bf71255 commit 74de5d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/jobManager/components/JobStatusHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ export const JobStatusHandler: FunctionComponent<Props> = ({
marginBottom: "15px",
}}
>
docker run
ghcr.io/flatironinstitute/neurosift-job-runner:main-v2 {jobId}
docker run --pull=always
ghcr.io/flatironinstitute/neurosift-job-runner:main-v2 run-job{" "}
{jobId}
</code>
<code
style={{
Expand Down

0 comments on commit 74de5d5

Please sign in to comment.