Skip to content

Commit

Permalink
updated L3
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmibanthia committed Sep 10, 2024
1 parent 195e5d2 commit 1b08eb0
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 22 deletions.
26 changes: 7 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,42 +1,32 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
base64
bigdecimal
activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.7)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
dnsruby (1.72.1)
simpleidn (~> 0.2.1)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday (2.0.0)
ruby2_keywords (>= 0.0.4)
ffi (1.16.3)
forwardable-extended (2.6.0)
gemoji (4.1.0)
Expand Down Expand Up @@ -219,10 +209,7 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.22.3)
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.4-arm64-darwin)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -236,6 +223,7 @@ GEM
ffi (~> 1.0)
rexml (3.2.6)
rouge (3.30.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass (3.7.4)
Expand All @@ -258,8 +246,8 @@ GEM
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-23
Expand Down
Binary file removed _site/.DS_Store
Binary file not shown.
65 changes: 64 additions & 1 deletion _site/assets/js/search-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,72 @@

"relUrl": "/staff/"
},"56": {
"doc": "Tutorials / Demo",
"title": "In Class Tutorials / Demos for GCP (and AWS)",
"content": " ",
"url": "/tutorials_demo/#in-class-tutorials--demos-for-gcp-and-aws",

"relUrl": "/tutorials_demo/#in-class-tutorials--demos-for-gcp-and-aws"
},"57": {
"doc": "Tutorials / Demo",
"title": "Tutorial 1: Create Simple Translate App - No Docker, No Pipenv",
"content": ". | Lecture: L02 | Description: A simple translation app built without using Docker or Pipenv. | GCP GitHub URL: Install App on VM Manually (T1) | AWS GitHub URL: Install App on VM Manually (T1) - AWS | . ",
"url": "/tutorials_demo/#tutorial-1-create-simple-translate-app---no-docker-no-pipenv",

"relUrl": "/tutorials_demo/#tutorial-1-create-simple-translate-app---no-docker-no-pipenv"
},"58": {
"doc": "Tutorials / Demo",
"title": "Tutorial 2: Create Simple Translate App with Pipenv, No Docker",
"content": ". | Lecture: L02 | Description: A translation app using Pipenv, without Docker. | GCP GitHub URL: Install App on VM using Pipenv (T2) | AWS GitHub URL: Install App on VM using Pipenv (T2) - AWS | . ",
"url": "/tutorials_demo/#tutorial-2-create-simple-translate-app-with-pipenv-no-docker",

"relUrl": "/tutorials_demo/#tutorial-2-create-simple-translate-app-with-pipenv-no-docker"
},"59": {
"doc": "Tutorials / Demo",
"title": "Tutorial 3: Create Simple Translate App with Docker, Push Image to Docker Hub",
"content": ". | Lecture: L03 | Description: Build a simple translation app, containerize it with Docker, and push the image to Docker Hub. | GCP GitHub URL: Develop App using Containers (T3) | AWS GitHub URL: Develop App using Containers (T3) - AWS | . ",
"url": "/tutorials_demo/#tutorial-3-create-simple-translate-app-with-docker-push-image-to-docker-hub",

"relUrl": "/tutorials_demo/#tutorial-3-create-simple-translate-app-with-docker-push-image-to-docker-hub"
},"60": {
"doc": "Tutorials / Demo",
"title": "Tutorial 4: Run App in VM using Docker",
"content": ". | Lecture: L03 | Description: A continuation of the Docker tutorial, running the containerized app in a VM. | GCP GitHub URL: Run App on VM using Docker (T4) | AWS GitHub URL: Run App on VM using Docker (T4) - AWS | . ",
"url": "/tutorials_demo/#tutorial-4-run-app-in-vm-using-docker",

"relUrl": "/tutorials_demo/#tutorial-4-run-app-in-vm-using-docker"
},"61": {
"doc": "Tutorials / Demo",
"title": "Tutorial 5: Mega Pipeline App",
"content": ". | Lecture: L04 | Description: Build a Mega Pipeline App. | GCP GitHub URL: Mega Pipeline App | Status: Work in Progress (WIP) | . ",
"url": "/tutorials_demo/#tutorial-5-mega-pipeline-app",

"relUrl": "/tutorials_demo/#tutorial-5-mega-pipeline-app"
},"62": {
"doc": "Tutorials / Demo",
"title": "Tutorial 6: Label Studio",
"content": ". | Lecture: L05 | Description: Learn how to use Label Studio for data labeling. | GCP GitHub URL: Label Studio | . ",
"url": "/tutorials_demo/#tutorial-6-label-studio",

"relUrl": "/tutorials_demo/#tutorial-6-label-studio"
},"63": {
"doc": "Tutorials / Demo",
"title": "Tutorial 7: Versioning",
"content": ". | Lecture: L05 | Description: Learn about versioning practices in development. | . ",
"url": "/tutorials_demo/#tutorial-7-versioning",

"relUrl": "/tutorials_demo/#tutorial-7-versioning"
},"64": {
"doc": "Tutorials / Demo",
"title": "Tutorial 8: TF Records",
"content": ". | Lecture: L06 | Description: Explore TFRecords for efficient data handling in TensorFlow. | . ",
"url": "/tutorials_demo/#tutorial-8-tf-records",

"relUrl": "/tutorials_demo/#tutorial-8-tf-records"
},"65": {
"doc": "Tutorials / Demo",
"title": "Tutorials / Demo",
"content": "(1) Create simple translate app - no docker, no pipenv . (2) Create simple translate app with pipenv, no docker . ",
"content": " ",
"url": "/tutorials_demo/",

"relUrl": "/tutorials_demo/"
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion _site/schedule/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/tutorials_demo/index.html

Large diffs are not rendered by default.

Binary file modified assets/lectures/lecture3/L03_containers_part1.pdf
Binary file not shown.

0 comments on commit 1b08eb0

Please sign in to comment.