You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
@@ -535,6 +535,10 @@ We'll also add a dockerignore file to try and keep the image size down.
535
535
.nitric/
536
536
.venv/
537
537
.model/
538
+
nitric-spec.json
539
+
nitric.yaml
540
+
README.md
541
+
model.zip
538
542
```
539
543
540
544
We'll also need to update the `python.dockerfile` to ignore the `.model` directory.
@@ -544,6 +548,10 @@ We'll also need to update the `python.dockerfile` to ignore the `.model` directo
544
548
.nitric/
545
549
.venv/
546
550
.model/
551
+
nitric-spec.json
552
+
nitric.yaml
553
+
README.md
554
+
model.zip
547
555
```
548
556
549
557
Let's also update the `nitric.yaml` to add the new dockerfile to our runtimes.
@@ -582,22 +590,28 @@ nitric stack new test aws
582
590
This will generate a nitric stack file called `test` which defines how we want to deploy a stack to AWS. We can update this stack file with settings to configure our batch service and the AWS Compute environment it will run in.
0 commit comments