Skip to content

Commit

Permalink
debugging github workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 7, 2024
1 parent c27159b commit 2c1d9da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/Dockerfile.conformance
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Dockerfile for building the source code of conformance tests
FROM python:3.10
FROM continuumio/miniconda3

WORKDIR /kubeflow/training-operator/sdk/python

Expand All @@ -25,6 +25,6 @@ COPY sdk/python/conformance/run.sh .
RUN chmod +x run.sh

RUN pip install pytest
RUN python -m pip install -e .
RUN conda install .

ENTRYPOINT [ "./run.sh" ]
3 changes: 3 additions & 0 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"peft>=0.3.0",
"datasets>=2.13.2",
"huggingface_hub>=0.16.4",
"pytorch>=1.13.1",
"torchvision>=0.9.1",
"torchaudio>=0.8.1",
]

setuptools.setup(
Expand Down

0 comments on commit 2c1d9da

Please sign in to comment.