Skip to content

Commit 4035abc

Browse files
default
1 parent 07eada6 commit 4035abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/compute_config/aws_ec2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ In summary, you can use one of the following settings:
188188
|aws_ec2 | ssh_username | ubuntu |no | Username to access the VM |
189189
|aws_ec2 | ssh_key_filename | ~/.ssh/id_rsa | no | Path to the ssh key file provided to create the VM. It will use the default path if not provided |
190190
|aws_ec2 | worker_processes | AUTO | no | Number of parallel Lithops processes in a worker. This is used to parallelize function activations within the worker. By default it detects the amount of CPUs in the VM|
191-
|aws_ec2 | runtime | python3 | no | Runtime name to run the functions. Can be a container image name. If not set Lithops will use the defeuv python3 interpreter of the VM |
191+
|aws_ec2 | runtime | python3 | no | Runtime name to run the functions. Can be a container image name. If not set Lithops will use the default python3 interpreter of the VM |
192192
|aws_ec2 | auto_dismantle | True |no | If False then the VM is not stopped automatically.|
193193
|aws_ec2 | soft_dismantle_timeout | 300 |no| Time in seconds to stop the VM instance after a job **completed** its execution |
194194
|aws_ec2 | hard_dismantle_timeout | 3600 | no | Time in seconds to stop the VM instance after a job **started** its execution |

0 commit comments

Comments
 (0)