mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
removed lambada layer, switch architechture back to x86
This commit is contained in:
parent
44f43d6afc
commit
4256f7afa4
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ provider:
|
|||
runtime: python3.10
|
||||
region: eu-west-2
|
||||
# arm64 causes issues with pycryptography - TODO: fix this so we can use arm64
|
||||
architecture: arm64
|
||||
# architecture: x86_64
|
||||
# architecture: arm64
|
||||
architecture: x86_64
|
||||
environment:
|
||||
API_KEY: ${env:API_KEY}
|
||||
ENVIRONMENT: ${env:ENVIRONMENT}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue