Skip to content

Commit 4526268

Browse files
committed
Update README.md
Docker tag missing
1 parent e358363 commit 4526268

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sleep_windows = subject1.sleep_windows_epoch
143143
docker run -it --rm \
144144
-v "/local/path/to/data/file.bin:/data/file.bin" \
145145
-v "/local/path/to/output:/output" \
146-
cmidair/wristpy
146+
cmidair/wristpy:main
147147
```
148148

149149
### Customizing the Pipeline:
@@ -154,7 +154,7 @@ The Docker image supports multiple input variables to customize processing. You
154154
docker run -it --rm \
155155
-v "/local/path/to/data/file.bin:/data/file.bin" \
156156
-v "/local/path/to/output:/output" \
157-
cmidair/wristpy /data --output /output --epoch-length 5 --nonwear-algorithm ggir --nonwear-algorithm detach --thresholds 0.1 0.2 0.4
157+
cmidair/wristpy:main /data --output /output --epoch-length 5 --nonwear-algorithm ggir --nonwear-algorithm detach --thresholds 0.1 0.2 0.4
158158
```
159159

160160

0 commit comments

Comments
 (0)