Skip to content

Commit

Permalink
chore(pytorch): Rename to pytorch-cuda12 (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Feb 23, 2024
1 parent d93fb7f commit e5bc745
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions images/pytorch/README.md → images/pytorch-cuda12/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--monopod:start-->
# pytorch
# pytorch-cuda12
| | |
| - | - |
| **OCI Reference** | `cgr.dev/chainguard/pytorch` |
| **OCI Reference** | `cgr.dev/chainguard/pytorch-cuda12` |


* [View Image in Chainguard Academy](https://edu.chainguard.dev/chainguard/chainguard-images/reference/pytorch/overview/)
* [View Image in Chainguard Academy](https://edu.chainguard.dev/chainguard/chainguard-images/reference/pytorch-cuda12/overview/)
* [View Image Catalog](https://console.enforce.dev/images/catalog) for a full list of available tags.
* [Contact Chainguard](https://www.chainguard.dev/chainguard-images) for enterprise support, SLAs, and access to older tags.*

Expand All @@ -22,13 +22,13 @@ A minimal, [wolfi](https://github.com/wolfi-dev)-based image for pytorch, a Pyth
The image is available on `cgr.dev`:

```
docker pull cgr.dev/chainguard/pytorch:latest
docker pull cgr.dev/chainguard/pytorch-cuda12:latest
```
<!--getting:end-->

<!--body:start-->

## Running pytorch
## Running pytorch-cuda12

Pytorch has some pre-requisites which need to be configured in the environment
prior to running. For examples, please refer to [TESTING.md](https://github.com/chainguard-images/images/blob/main/images/pytorch/TESTING.md).
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pytorch
image: cgr.dev/chainguard/pytorch
name: pytorch-cuda12
image: cgr.dev/chainguard/pytorch-cuda12
logo: https://storage.googleapis.com/chainguard-academy/logos/pytorch.svg
endoflife: ""
console_summary: ""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1088,9 +1088,9 @@ module "pulumi" {
target_repository = "${var.target_repository}/pulumi"
}

module "pytorch" {
source = "./images/pytorch"
target_repository = "${var.target_repository}/pytorch"
module "pytorch-cuda12" {
source = "./images/pytorch-cuda12"
target_repository = "${var.target_repository}/pytorch-cuda12"
}

module "python" {
Expand Down
2 changes: 2 additions & 0 deletions withdrawn-images.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cgr.dev/chainguard/crossplane-xfn:latest
cgr.dev/chainguard/crossplane-xfn:latest-dev
cgr.dev/chainguard/pytorch:latest
cgr.dev/chainguard/pytorch:latest-dev

0 comments on commit e5bc745

Please sign in to comment.