Skip to content

Commit e7094b4

Browse files
author
Frankie Robertson
committed
Update everything to use packages from ghcr.io
1 parent b46dd33 commit e7094b4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<a href="https://gitlab.com/frankier/skelshop/-/commits/master">
55
<img alt="pipeline status" src="https://gitlab.com/frankier/skelshop/badges/master/pipeline.svg" />
66
</a>
7-
<a href="https://hub.docker.com/r/frankierr/skelshop/builds">
8-
<img alt="DockerHub hosted images" src="https://img.shields.io/docker/pulls/frankierr/skelshop?style=flat" />
7+
<a href="https://github.com/frankier?tab=packages&repo_name=skelshop">
8+
ghcr.io
99
</a>
1010
<a href="https://frankier.github.io/skelshop/">
1111
<img alt="Documentation on GitHub pages" src="https://img.shields.io/badge/Docs-MkDocs-informational" />

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ There are two Docker containers, one based on CUDA and one able to run
2828
CUDA 10 and [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) on the
2929
host and then run:
3030

31-
$ docker run --nv frankierr/skelshop:focal_nvcaffe python -m skelshop --help
31+
$ docker run --nv ghcr.io/frankier/skelshop_nvcaffe python -m skelshop --help
3232

3333
For the CPU version:
3434

35-
$ docker run frankierr/skelshop:focal_cpu python -m skelshop --help
35+
$ docker run ghcr.io/frankier/skelshop_cpu python -m skelshop --help
3636

37-
For more information about the Docker containers see [their page on Docker
38-
Hub](https://hub.docker.com/r/frankierr/skelshop) and [the
37+
For more information about the Docker containers see [the GHCR
38+
packages](https://github.com/frankier?tab=packages&repo_name=skelshop) and [the
3939
openpose_containers repository where the bases are
4040
built](https://github.com/frankier/openpose_containers).
4141

4242
### Running the Docker container with Singularity
4343

4444
You can also run the container with Singularity, which is convenient in HPC environments.
4545

46-
$ singularity pull skelshop.sif docker://frankierr/skelshop:focal_nvcaffe
46+
$ singularity pull skelshop.sif docker://ghcr.io/frankier/skelshop_nvcaffe
4747
$ singularity run --nv skelshop.sif python -m skelshop --help
4848

4949
### Manual setup

docs/snakemake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ First set up singslurm2:
4040

4141
Now you can download the Docker image with Singularity:
4242

43-
$ singularity pull skelshop.sif docker://frankierr/skelshop:focal_nvcaffe
43+
$ singularity pull skelshop.sif docker://ghcr.io/frankier/skelshop_nvcaffe
4444

4545
Next, you need to create a JSON file specifying which type of nodes you would
4646
like to assign to different rules (steps in the workflow). [There is an example

docs/usage-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ ourselves like so:
2020
We could also use the Singularity or Docker. OpenPose is installed in the image and
2121
everything is setup up for us so we can just run:
2222

23-
$ singularity pull skelshop.sif docker://frankierr/skelshop:focal_nvcaffe
23+
$ singularity pull skelshop.sif docker://ghcr.io/frankier/skelshop_nvcaffe
2424
$ singularity exec --nv skelshop.sif python /opt/skelshop/skelshop dump video_in.mp4 pose_data.h5
2525

2626
**OR**
2727

28-
$ docker run --nv frankierr/skelshop:focal_nvcaffe python /opt/skelshop/skelshop dump video_in.mp4 pose_data.h5
28+
$ docker run --nv ghcr.io/frankier/skelshop_nvcaffe python /opt/skelshop/skelshop dump video_in.mp4 pose_data.h5
2929

3030
You can track an existing dump using the `filter` command with the `--track`
3131
flag or apply tracking at the same time as dumping. Currently scene

0 commit comments

Comments
 (0)