Variable change

This commit is contained in:
Dillon DuPont
2025-05-29 18:53:08 -04:00
parent f6aa56b691
commit 8b25f2c1ec

View File

@@ -134,8 +134,8 @@
"source": [
"computer = Computer(\n",
" os_type=os_type, # Must match the OS type of your cloud container\n",
" api_key=os.getenv(\"CUA_API_KEY\"),\n",
" name=os.getenv(\"CONTAINER_NAME\"),\n",
" api_key=cua_api_key,\n",
" name=container_name,\n",
" provider_type=VMProviderType.CLOUD,\n",
")"
]