Skip to content

Commit 08aa307

Browse files
authored
Merge pull request #5 from laurenhughes/master
update Ubuntu sku
2 parents cd229a1 + a039ffa commit 08aa307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/batch_python_tutorial_ffmpeg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ def create_pool(batch_service_client, pool_id):
194194
image_reference=batchmodels.ImageReference(
195195
publisher="Canonical",
196196
offer="UbuntuServer",
197-
sku="16.04-LTS",
197+
sku="18.04-LTS",
198198
version="latest"
199199
),
200-
node_agent_sku_id="batch.node.ubuntu 16.04"),
200+
node_agent_sku_id="batch.node.ubuntu 18.04"),
201201
vm_size=_POOL_VM_SIZE,
202202
target_dedicated_nodes=_DEDICATED_POOL_NODE_COUNT,
203203
target_low_priority_nodes=_LOW_PRIORITY_POOL_NODE_COUNT,

0 commit comments

Comments
 (0)