forked from SeldonIO/seldon-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating all python wrappers to use new base 3.7.10 (including all de…
…pendent images) (SeldonIO#3381) * Updating python version * Updated release build scripts * Updated wrappers scripts * Updated wrappers scripts * Updated wrappers scripts * Modified sklearn folder to force rebuild * Modified folder to force rebuild
- Loading branch information
Showing
19 changed files
with
45 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ redhat-image-scan: | |
docker push scan.connect.redhat.com/${scan}/${IMAGE_NAME_BASE}:${VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
./build_conda_base.sh | ||
./build_python3.6.sh | ||
./build_python3.6_gpu.sh | ||
./build_python3.7.sh | ||
./build_python_gpu.sh | ||
./build_python3.7_gpu.sh | ||
./build_redhat.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
./build_conda_base.sh | ||
./build_local_python3.6.sh | ||
./build_local_python3.7.sh | ||
./build_python3.6_gpu.sh | ||
./build_python3.7_gpu.sh | ||
./build_redhat.sh | ||
./build_local_redhat.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
make -C ../ build_conda_base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
make -C ../ build_local PYTHON_VERSION=3.7 | ||
make -C ../ tag_base_python PYTHON_VERSION=3.7 | ||
make -C ../ build_local PYTHON_VERSION=3.7.10 | ||
make -C ../ tag_base_python PYTHON_VERSION=3.7.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
make -C ../ build_local_redhat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
make -C ../ build PYTHON_VERSION=3.7 | ||
make -C ../ tag_base_python PYTHON_VERSION=3.7 | ||
make -C ../ build PYTHON_VERSION=3.7.10 | ||
make -C ../ tag_base_python PYTHON_VERSION=3.7.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
make -C ../ build_gpu PYTHON_VERSION=3.7 | ||
make -C ../ build_gpu PYTHON_VERSION=3.7.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
make -C ../ build_conda_base | ||
make -C ../ build_redhat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
make -C ../ push_to_dockerhub PYTHON_VERSION=3.7 | ||
make -C ../ push_to_dockerhub_base_python PYTHON_VERSION=3.7 | ||
make -C ../ push_to_dockerhub PYTHON_VERSION=3.7.10 | ||
make -C ../ push_to_dockerhub_base_python PYTHON_VERSION=3.7.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
make -C ../ push_gpu_to_dockerhub PYTHON_VERSION=3.7 | ||
make -C ../ push_gpu_to_dockerhub PYTHON_VERSION=3.7.10 |