Make aiservice deployment use Python 3.12

This commit is contained in:
afik.cohen 2024-03-06 18:22:51 -08:00
parent a21756ab2c
commit b90e1bbe52

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
az webapp up -n codeflash-aiservice --sku P1V2 --runtime PYTHON:3.11
az webapp up -n codeflash-aiservice --sku P1V2 --runtime PYTHON:3.12