Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Dec 5, 2024
1 parent 63ec78f commit 08a304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/nbconvert_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build_lambda_func(self, fct_stack:str ) -> _lambda.DockerImageFunction:
# Directory relative to where you execute cdk deploy
# contains a Dockerfile with build instructions
directory="./nbconvert",
platform=Platform.LINUX_ARM64
architecture=_lambda.Architecture.X86_64
),
timeout=Duration.seconds(120)
)

0 comments on commit 08a304c

Please sign in to comment.