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 64a99de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.10

WORKDIR /kubeflow/training-operator/sdk/python

Expand Down
1 change: 1 addition & 0 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@
install_requires=REQUIRES,
tests_require=TESTS_REQUIRES,
extras_require={"test": TESTS_REQUIRES},
dependency_links=["https://download.pytorch.org/whl/cu118"],
)

0 comments on commit 64a99de

Please sign in to comment.