mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 20:40:15 -06:00
Variable change
This commit is contained in:
@@ -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",
|
||||
")"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user