mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Make aiservice deployment use Python 3.12
This commit is contained in:
parent
a21756ab2c
commit
b90e1bbe52
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue