From 6ca9491d1dd252245c44ad5fa68c1946ec5f8a88 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 24 Oct 2022 17:43:21 +0000 Subject: [PATCH] The majestic copilot-ops bot has supplied a fix to your predicament --- .../generated-by-copilot-ops1.yaml | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/generated-by-copilot-ops/generated-by-copilot-ops1.yaml b/generated-by-copilot-ops/generated-by-copilot-ops1.yaml index 0f02ff6..ab83fab 100644 --- a/generated-by-copilot-ops/generated-by-copilot-ops1.yaml +++ b/generated-by-copilot-ops/generated-by-copilot-ops1.yaml @@ -1 +1,22 @@ -cat << \ No newline at end of file +apiVersion: apps/v1 +kind: Deployment +metadata: + name: jupyter-notebook +spec: + replicas: 1 + selector: + matchLabels: + app: jupyter-notebook + template: + metadata: + labels: + app: jupyter-notebook + spec: + containers: + - name: jupyter-notebook + image: jupyter/tensorflow-notebook + resources: + limits: + nvidia.com/gpu: 1 + ports: + - containerPort: 8888