Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:
PYTHON_VERSION: 3.11
NODE_VERSION: 18
AZURE_LOCATION: "northeurope"
AZURE_RESOURCE_GROUP_NAME: "azure-ml-gui"
AZURE_ML_WORKSPACE_NAME: "cats-dogs-gui"
AZURE_WEBAPP_NAME: "cats-dogs-gui"
AZURE_RESOURCE_GROUP_NAME: "azure-ml-guigui"
AZURE_ML_WORKSPACE_NAME: "cats-dogs-guigui"
AZURE_WEBAPP_NAME: "cats-dogs-guigui"
DELETE_WEBAPP: "false"
DOCKER_API_IMAGE_NAME: "mlopspython-api"
DOCKER_REPOSITORY: ${{ github.repository_owner }}
Expand Down
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.15.0

- [33b1b92](/33b1b929acd5a50d6ef9f7f4c377de34cdd8c234) - Merge branch 'main' of https://www.github.com/guillaume-chervet/MLOpsPython, 2025-09-21 by *Guillaume Chervet*
- [21f73c4](/21f73c48109465fe269583828b3f12e432ca4a6b) - feat(workshop): add library workshop, 2025-09-21 by *Guillaume Chervet*


## v0.14.11

- [ecfae26](/ecfae26c4f796ee80fbb3f6dfdf7809682667f6a) - fix(workshop): update to make it works in 2025, 2025-09-20 by *Guillaume Chervet*


## v0.14.10

- [a0310e2](/a0310e2f8248704ee42c0b776c3dcf16a9b5db7a) - refactore(all): switch to pyttest (#46), 2025-09-08 by *Guillaume Chervet*
Expand Down Expand Up @@ -283,13 +294,3 @@
- [fb2f4e2](/fb2f4e24ee6ab0c920c94b70d88d4392e7ee9063) - docs(workshop): Update workshop_cloud_nord.md, 2023-10-12 by *Guillaume Chervet*


## v0.3.0

- [e4c1a89](/e4c1a8948c9772d64526e4f954b3712d130a99fb) - feat(workshop): create cloud nord workshop (#18), 2023-10-11 by *Guillaume Chervet*


## v0.2.1

- [3997017](/3997017790f048e512b0b012f347138ed6110147) - fix: api requirements.txt doesn't work on MacOs (#19), 2023-10-11 by *Ca.phe*


Loading