Skip to content

Commit

Permalink
removing alpine distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 5, 2024
1 parent b11a534 commit 5d22ccd
Showing 1 changed file with 2 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-alpine
FROM python:3.11

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 python -m pip install -e . --extra-index-url https://download.pytorch.org/whl/cu117

ENTRYPOINT [ "./run.sh" ]

0 comments on commit 5d22ccd

Please sign in to comment.