Skip to content

Commit 5e6005c

Browse files
committed
Update README.md
1 parent f02df9d commit 5e6005c

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,18 @@ source ~/.bashrc
7373
- `build` `<args>` - Build the image and diff from base (FROM ...)
7474

7575
# Docker base images
76-
For easier sharing of base images, DockerDiff provides several pre-configured base images:
76+
For easier sharing of base images, DockerDiff provides several pre-configured base images.
7777

7878
```
79-
docker pull junwha/ddiff-base:py3.10-torch2.4.1
79+
docker pull junwha/ddiff-base:cu12.4.1-py3.10-torch-251214
8080
```
8181

82-
~~- [dslice-base](https://hub.docker.com/r/junwha/dslice-base): A CUDA base image with essential tools (e.g., Git, Vim, OpenSSH).~~
83-
~~- [dslice-base-py](https://hub.docker.com/r/junwha/dslice-base-py): A Conda-based image with a specific Python version, built on `dslice-base`.~~
84-
~~- [dslice-base-torch](https://hub.docker.com/r/junwha/dslice-base-torch): A PyTorch image with a specific Python version, built on `dslice-base-py`.~~
82+
For more details, visit [dockerfiles](dockerfiles)
8583

8684
# Requirements
8785
- Python 3.X
86+
- (optional, if you use podman) skopeo
8887

8988
# Registry/API compatibility
9089
- Docker Registry HTTP API V2 endpoints are used (`/v2/<name>/manifests/<reference>`, `/v2/<name>/blobs/<digest>`).
91-
- Both Docker image manifest V2 and OCI image manifest V1 media types are supported.
92-
- OCI index / Docker manifest list (multi-arch index) is currently not supported yet.
90+
- Both Docker image manifest V2 and OCI image types are supported.

0 commit comments

Comments
 (0)