Skip to content

Commit

Permalink
Revert "Python38 as default (#3591)"
Browse files Browse the repository at this point in the history
This reverts commit 0d0c826.
  • Loading branch information
axsaucedo committed Sep 21, 2021
1 parent cba101b commit 2658cdb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions doc/source/reference/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ If you were running our Openshift 0.4.2 certified operator and are looking to up

Make sure you also [read the CHANGELOG](./changelog.html) to see the detailed features and bug-fixes in each version.

## Upgrading to 1.11

### Python S2I Wrapper

* The default wrapper `seldonio/seldon-core-s2i-python3` is now Python 3.8
* Python 3.7 wrapper is still available as `seldonio/seldon-core-s2i-python37`


## Upgrading to 1.10

### Seldon Core Wrapper
Expand Down
2 changes: 1 addition & 1 deletion wrappers/s2i/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IMAGE_VERSION := $(shell cat ../../../version.txt)
SHELL:=/bin/bash

PYTHON_VERSION=3.8.10
PYTHON_VERSION=3.7.10

CONDA_DOWNLOAD_VERSION=4.7.12
CONDA_VERSION=4.10.3
Expand Down
2 changes: 1 addition & 1 deletion wrappers/s2i/python/build_scripts/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make -C ../ build PYTHON_VERSION=3.7.10
make -C ../ build PYTHON_VERSION=3.8.10

# Tag the default image
make -C ../ tag_base_python PYTHON_VERSION=3.8.10
make -C ../ tag_base_python PYTHON_VERSION=3.7.10

# Build GPU images
make -C ../ build_gpu PYTHON_VERSION=3.6
Expand Down
2 changes: 1 addition & 1 deletion wrappers/s2i/python/build_scripts/push_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make -C ../ push_to_dockerhub PYTHON_VERSION=3.7.10
make -C ../ push_to_dockerhub PYTHON_VERSION=3.8.10

# Push default tag image
make -C ../ push_to_dockerhub_base_python PYTHON_VERSION=3.8.10
make -C ../ push_to_dockerhub_base_python PYTHON_VERSION=3.7.10

# Push GPU images
make -C ../ push_gpu_to_dockerhub PYTHON_VERSION=3.6
Expand Down

0 comments on commit 2658cdb

Please sign in to comment.