Skip to content

Commit

Permalink
Update unreleased documentation (#548)
Browse files Browse the repository at this point in the history
* Update versions.json

* Deployed bc79fb2 to unreleased in versions with MkDocs 1.5.3 and mike 2.0.0

* Sort docs versions

---------

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions Bot authored Jan 5, 2024
1 parent c94fdca commit 9ed3afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions versions/unreleased/guides/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9375,7 +9375,7 @@ <h3 id="conda-flavored-python">Conda-flavored Python<a class="headerlink" href="
<h2 id="building-your-own-image">Building your own image<a class="headerlink" href="#building-your-own-image" title="Permanent link">&para;</a></h2>
<p>If your flow relies on dependencies not found in the default <code>prefecthq/prefect</code> images, you may want to build your own image. You can either
base it off of one of the provided <code>prefecthq/prefect</code> images, or build your own image.
See the [Docker guide](\guides\deployment\docker) for discussion of how the Prefect CLI can help you build custom images with dependencies specifiied in a <code>requirements.txt</code> file.</p>
See the <a href="/guides/prefect-deploy/">Work pool deployment guide</a> for discussion of how Prefect can help you build custom images with dependencies specifiied in a <code>requirements.txt</code> file.</p>
<p>By default, Prefect <a href="/concepts/work-pools">work pools</a> that use containers refer to the <code>2-latest</code> image.
You can specify another image at work pool creation.
The work pool image choice can be overridden in individual deployments.</p>
Expand Down Expand Up @@ -9405,7 +9405,7 @@ <h3 id="choosing-an-image-strategy">Choosing an image strategy<a class="headerli
<h2 id="next-steps">Next steps<a class="headerlink" href="#next-steps" title="Permanent link">&para;</a></h2>
<p>We only served a single flow in this guide, but you can extend this setup to serve multiple flows in a single Docker image by updating your Python script to using <code>flow.to_deployment</code> and <code>serve</code> to <a href="/concepts/flows#serving-multiple-flows-at-once">serve multiple flows or the same flow with different configuration</a>.</p>
<p>To learn more about deploying flows, check out the <a href="/concepts/deployments/">Deployments</a> concept doc!</p>
<p>For advanced infrastructure requirements, such as executing each flow run within its own dedicated Docker container, learn more in our <a href="/tutorial/workers/">worker and work pools tutorial page</a>.</p>
<p>For advanced infrastructure requirements, such as executing each flow run within its own dedicated Docker container, learn more in the <a href="/guides/prefect-deploy/">Work pool deployment guide</a>.</p>



Expand Down
2 changes: 1 addition & 1 deletion versions/unreleased/search/search_index.json

Large diffs are not rendered by default.

Binary file modified versions/unreleased/sitemap.xml.gz
Binary file not shown.

0 comments on commit 9ed3afb

Please sign in to comment.