Skip to content

Commit

Permalink
correcting context
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Dec 21, 2023
1 parent f78e44c commit f4c2c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-sdk-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
include:
- component-name: train-api-hf-image
dockerfile: sdk/python/kubeflow/trainer/hf_dockerfile
context: sdk/python/kubeflow/trainer
2 changes: 1 addition & 1 deletion sdk/python/kubeflow/trainer/hf_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
WORKDIR /app

# Copy the Python package and its source code into the container
COPY . /app
COPY . .

# Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
Expand Down

0 comments on commit f4c2c8b

Please sign in to comment.