Skip to content

Commit

Permalink
renaming container image names
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 12, 2024
1 parent c4c236c commit cfcfaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/kubeflow/training/constants/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
PYTORCHJOB_REPLICA_TYPES = (REPLICA_TYPE_MASTER.lower(), REPLICA_TYPE_WORKER.lower())
PYTORCHJOB_BASE_IMAGE = "docker.io/pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime"
STORAGE_CONTAINER = "storage-initializer"
STORAGE_CONTAINER_IMAGE = "quay.io/deepanker_gupta/storage:v1"
TRAINER_TRANSFORMER_IMAGE = "quay.io/deepanker_gupta/trainer:v1"
STORAGE_CONTAINER_IMAGE = "docker.io/kubeflow/storage-initializer"
TRAINER_TRANSFORMER_IMAGE = "docker.io/kubeflow/trainer-huggingface"
TRAINER_PVC_NAME = "storage-initializer"
TRAINER_PV = "storage-pv"

Expand Down

0 comments on commit cfcfaa7

Please sign in to comment.