Skip to content

Commit

Permalink
code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 10, 2024
1 parent cf6419e commit 3204149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-example-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- component-name: mxnet-auto-tuning
dockerfile: examples/mxnet/tune/Dockerfile
context: examples/mxnet/tune

- component-name: train-api-hf-image
dockerfile: sdk/python/kubeflow/trainer/hf_dockerfile
context: sdk/python/kubeflow/trainer
# TODO (tenzen-y): Fix the below broken Dockerfiles
# - component-name: pytorch-dist-mnist-mpi
# dockerfile: examples/pytorch/mnist/Dockerfile-mpi
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/publish-sdk-images.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/python/kubeflow/trainer/hf_dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Pytorch runtime as a parent image
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
FROM nvcr.io/nvidia/pytorch:23.12-py3

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit 3204149

Please sign in to comment.