File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
examples/v1beta1/trial-images
sdk/python/v1beta1/kubeflow/katib/constants Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- # Pytorch=1.11.0, cuda=11.6.0
2
- # Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel_22-08.html#rel_22-08
3
- FROM nvcr.io/nvidia/pytorch:22.02-py3
1
+ # We need to use the nvcr.io/nvidia/pytorch image as a base image to support both linux/amd64 and linux_arm64 platforms.
2
+ # PyTorch=1.13.0, cuda=11.8.0
3
+ # Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-22-11.html#rel-22-11
4
+ FROM nvcr.io/nvidia/pytorch:22.11-py3
4
5
5
6
ENV TARGET_DIR /opt/darts-cnn-cifar10
6
7
Original file line number Diff line number Diff line change 1
- torch == 1.11.0
2
- torchvision == 0.12.0
1
+ torch == 1.13.1
2
+ torchvision == 0.14.1
3
3
Pillow >= 9.1.1
Original file line number Diff line number Diff line change 1
- # Pytorch=1.11.0, cuda=11.6.0
2
- # Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel_22-08.html#rel_22-08
3
- FROM nvcr.io/nvidia/pytorch:22.02-py3
1
+ # We need to use the nvcr.io/nvidia/pytorch image as a base image to support both linux/amd64 and linux_arm64 platforms.
2
+ # PyTorch=1.13.0, cuda=11.8.0
3
+ # Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-22-11.html#rel-22-11
4
+ FROM nvcr.io/nvidia/pytorch:22.11-py3
4
5
5
6
ADD examples/v1beta1/trial-images/pytorch-mnist /opt/pytorch-mnist
6
7
Original file line number Diff line number Diff line change 1
1
cloudml-hypertune == 0.1.0.dev6
2
- torch == 1.11.0
3
- torchvision == 0.12.0
2
+ torch == 1.13.1
3
+ torchvision == 0.14.1
4
4
Pillow >= 9.1.1
Original file line number Diff line number Diff line change 34
34
# TODO (andreyvelich): Implement list_base_images function to get each image description.
35
35
BASE_IMAGE_TENSORFLOW = "docker.io/tensorflow/tensorflow:2.9.1"
36
36
BASE_IMAGE_TENSORFLOW_GPU = "docker.io/tensorflow/tensorflow:2.9.1-gpu"
37
- BASE_IMAGE_PYTORCH = "docker.io/pytorch/pytorch:1.12 .1-cuda11.3 -cudnn8-runtime"
37
+ BASE_IMAGE_PYTORCH = "docker.io/pytorch/pytorch:1.13 .1-cuda11.6 -cudnn8-runtime"
38
38
BASE_IMAGE_MXNET = "docker.io/mxnet/python:1.9.1_native_py3"
39
39
40
40
DEFAULT_DB_MANAGER_ADDRESS = "katib-db-manager.kubeflow:6789"
You can’t perform that action at this time.
0 commit comments