Skip to content

Commit 0c6fbd7

Browse files
committed
smaller fixes to timeplan and material
1 parent e3021d6 commit 0c6fbd7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pages/timeplan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Date | Day | Presentation topic
4848
13/1/25 | Monday | [Continuous Integration📝](../slides/ContinuousIntegration.pdf)| Pytest, GitHub actions, Pre-commit, CML | [Exercises](../s5_continuous_integration/README.md)
4949
14/1/25 | Tuesday | [The Cloud📝](../slides/CloudIntro.pdf) | GCP Engine, Bucket, Artifact registry, Vertex AI | [Exercises](../s6_the_cloud/README.md)
5050
15/1/25 | Wednesday | [Deployment📝](../slides/Deployment.pdf) | FastAPI, Torchserve, GCP Functions, GCP Run | [Exercises](../s7_deployment/README.md)
51-
16/1/25 | Thursday | No lecture | - | [Projects](projects.md)
52-
17/1/25 | Friday | Company presentation (TBA) | - | [Projects](projects.md)
51+
16/1/25 | Thursday | External lecture | - | [Projects](projects.md)
52+
17/1/25 | Friday | No lecture | - | [Projects](projects.md)
5353

5454
## Week 3
5555

@@ -62,6 +62,6 @@ Date | Day | Presentation topic
6262
--------|-----------|--------------------------------------------------------------|------------------------------------------|----------
6363
20/1/25 | Monday | [Monitoring📝](../slides/Monitoring.pdf) | Evidently AI, Prometheus, GCP Monitoring | [Exercises](../s8_monitoring/README.md)
6464
21/1/25 | Tuesday | [Scalable applications📝](../slides/ScalingApplications.pdf) | PyTorch, Lightning | [Exercises](../s9_scalable_applications/README.md)
65-
22/1/25 | Wednesday | Company presentation (TBA) | - | [Projects](projects.md)
65+
22/1/25 | Wednesday | No lecture | - | [Projects](projects.md)
6666
23/1/25 | Thursday | No lecture | - | [Projects](projects.md)
6767
24/1/25 | Friday | No lecture | - | [Projects](projects.md)

s7_deployment/cloud_deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ deploying containers.
401401
'push',
402402
'europe-west1-docker.pkg.dev/$PROJECT_ID/<registry-name>/<image-name>'
403403
]
404+
options:
405+
logging: CLOUD_LOGGING_ONLY
404406
```
405407
406408
Add a third step to the `cloudbuild.yaml` file that deploys the container image to Cloud Run. The relevant service
@@ -444,6 +446,8 @@ deploying containers.
444446
'--platform',
445447
'managed',
446448
]
449+
options:
450+
logging: CLOUD_LOGGING_ONLY
447451
```
448452
449453
## 🧠 Knowledge check

0 commit comments

Comments
 (0)