Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Apr 17, 2024
1 parent 06f205f commit 22093b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/features/serverless-fns.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Serveless functions
# Serverless functions

```{important}
`@functions.serverless` supports Python 3.9, 3.10, and 3.11
Expand Down Expand Up @@ -109,7 +109,7 @@ subsequent executions will use the cache.
### Data types

If your function returns a data type that requires a third-party package (for example,
a numpy array), then, the environment that receives the resuslts must also have the
a numpy array), then, the environment that receives the results must also have the
same package and version of such package:

```python
Expand Down
4 changes: 3 additions & 1 deletion doc/user-guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Then run the `init` command with the `--force` flag:
ploomber-cloud init --force
```

This will replace the existing `ploomber-cloud.json` with a new one, with a different `id` field.

It can also be combined with the `--from-existing` for re-initializing from an existing project:

```sh
Expand Down Expand Up @@ -182,7 +184,7 @@ ploomber-cloud github
```

On confirming with `y` the CLI will create a `ploomber-cloud.yaml` file in the path `.github/workflows`.
Click [here](../user-guide/github.md#configure-action-through-cli) to learn more about configuring a GitHub action.
[Click here](../user-guide/github.md#configure-action-through-cli) to learn more about configuring a GitHub action.


## Defining secrets
Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To deploy a GPU, first, [create an account](https://platform.ploomber.io/registe

![](../static/docker.png)

In the `Source code` section, drop a `.zip` file with your code. Or use oen of the examples (download them and zip them):
In the `Source code` section, drop a `.zip` file with your code. Or use one of the examples (download them and zip them):

::::{grid} 2 2 3 3
:class-container: text-center
Expand Down

0 comments on commit 22093b4

Please sign in to comment.