Skip to content

Commit

Permalink
Fixup --python-version serverless CLI example (dagster-io#18498)
Browse files Browse the repository at this point in the history
Pretty sure this is supposed to be `deploy-python-executable`, not just
`deploy`. Based on reverse engineering what's happening here:


https://github.com/dagster-io/dagster-cloud-action/blob/main/src/deploy_pex.py
  • Loading branch information
jmsanders authored Jan 22, 2024
1 parent 4a7b917 commit 8dec1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/dagster-cloud/deployment/serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The default version of Python for Serverless deployments is Python 3.8. Versions
- **With the CLI**: Add the `--python-version` CLI argument to the deploy command to specify the registry path to the desired base image:

```shell
dagster-cloud serverless deploy --location-name=my_location --python-version=3.9
dagster-cloud serverless deploy-python-executable --location-name=my_location --python-version=3.9
```

### Using a different base image or using native dependencies
Expand Down

0 comments on commit 8dec1d7

Please sign in to comment.