Skip to content

Commit fc58bbb

Browse files
acanadilkikemolina3Oct-HIbystepii
authored
Fix duplicated 'tblib' requirement. Fix documentation typos. (#1446)
Co-authored-by: Enrique <[email protected]> Co-authored-by: Octavio <[email protected]> Co-authored-by: Stepan <[email protected]>
1 parent 5092a68 commit fc58bbb

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

docs/source/compute_config/azure_vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ lithops logs poll
164164
165165
## VM Management
166166
167-
Lithops for Azure VMs follows a Mater-Worker architecture (1:N).
167+
Lithops for Azure VMs follows a Master-Worker architecture (1:N).
168168
169169
All the VMs, including the master VM, are automatically stopped after a configurable timeout (see hard/soft dismantle timeouts).
170170

docs/source/compute_config/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ k8s:
4343
....
4444
docker_server : docker.io
4545
docker_user : <Docker hub Username>
46-
docker_password : <DOcker hub access TOEKN>
46+
docker_password : <Docker hub access TOKEN>
4747
```
4848

4949
### Configure IBM Container Registry

docs/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Choose your compute and storage engines from the table below:
2929
|| `Azure Container Apps <compute_config/azure_containers.html>`_ || `Redis <storage_config/redis.html>`_ |
3030
|| `Aliyun Function Compute <compute_config/aliyun_functions.html>`_ || `OpenStack Swift <storage_config/swift.html>`_ |
3131
|| `Oracle Functions <compute_config/oracle_functions.html>`_ || `Oracle Object Storage <storage_config/oracle_oss.html>`_ |
32-
|| `Kubernetes <compute_config/Kubernetes.html>`_ || |
32+
|| `Kubernetes <compute_config/kubernetes.md>`_ || |
3333
|| `Knative <compute_config/knative.html>`_ || |
3434
|| `Singularity <compute_config/singularity.html>`_ || |
3535
|| `OpenWhisk <compute_config/openwhisk.html>`_ || |

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'requests',
1515
'paramiko',
1616
'cloudpickle',
17-
'tblib',
1817
'ps-mem',
1918
'psutil'
2019
]

0 commit comments

Comments
 (0)