Skip to content

Commit a272fd9

Browse files
authored
Requirements fix from main (openvinotoolkit#3212)
* Update go image * Fix requirements
1 parent a53a725 commit a272fd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/go/kserve-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
FROM golang:1.21.9
16+
FROM golang:1.23.0
1717

1818
RUN apt-get update && \
1919
apt-get -y install git unzip build-essential autoconf libtool protobuf-compiler libprotobuf-dev && \

demos/python_demos/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ git+https://github.com/dtrawins/optimum-intel.git@concurrency_support_cloneall
55

66
onnx==1.17.0
77
pillow==10.3.0
8-
optimum[diffusers]==1.17.1
8+
optimum[diffusers]==1.18.1
99
tritonclient[grpc]==2.51.0 # Required to use batch string serialization/deserialization (4byte length prepend)
10-
transformers==4.49 # 4.50 has a bug
10+
transformers<=4.49 # 4.50 has a bug
1111
diffusers==0.29.2
1212
datasets==2.18.0
1313
numpy<2.0

0 commit comments

Comments
 (0)