Skip to content

Commit

Permalink
fix broken anchor links
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 17, 2024
1 parent 874c9df commit 2a85d32
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ sidebar_position: 100
By default, Dagster+ Serverless will package your code as PEX files and deploys them on Docker images. Using PEX files significantly reduces the time to deploy since it does not require building a new Docker image and provisioning a new container for every code change. However you are able to customize the Serverless runtime environment in various ways:

- [Add dependencies](#add-dependencies)
- [Use a different Python version](#python-version)
- [Use a different base image](#base-image)
- [Include data files](#data-files)
- [Disable PEX deploys](#disable-pex)
- [Use private Python packages](#private-packages)
- [Use a different Python version](#use-a-different-python-version)
- [Use a different base image](#use-a-different-base-image)
- [Include data files](#include-data-files)
- [Disable PEX deploys](#disable-pex-deploys)
- [Use private Python packages](#use-private-python-packages)

## Add dependencies

Expand Down

0 comments on commit 2a85d32

Please sign in to comment.