awacke1 commited on
Commit
9f11d1f
·
1 Parent(s): 4b1b0cf

Update DockerfileDescription.md

Browse files
Files changed (1) hide show
  1. DockerfileDescription.md +15 -0
DockerfileDescription.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Give me an analysis on what this dockerfile does: FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
 
1
+
2
+
3
+ Import Azure Resources into TF Management:
4
+ 1. PreReqs:
5
+ - Terraform installed, Azure cloud account setup, VSCode extensions, py, etc
6
+ 2. Demo:
7
+ - Create resources in Azure cloud manually
8
+ - Create terraform files for those resources
9
+ - Run terraform apply
10
+ - Run terraform import
11
+ - Verify terraform state
12
+ - Perform terraform destroy to clean up resources
13
+
14
+
15
+
16
  Give me an analysis on what this dockerfile does: FROM nvidia/cuda:11.3.1-base-ubuntu20.04
17
 
18
  ENV DEBIAN_FRONTEND=noninteractive \