-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker] Publish installed packages in docker containers #35390
[docker] Publish installed packages in docker containers #35390
Conversation
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
@@ -495,3 +495,27 @@ that you've cloned the git repository. | |||
.. code-block:: bash | |||
|
|||
python -m pytest -v python/ray/tests/test_mini.py | |||
|
|||
|
|||
Installed Python dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How frequently should this be updated? Should the release manager be updating this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think the release manager should update it while preparing a release (for the latest
documentation). I can add this to the release process doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(approval conditional on release process)
(added to release docs) |
…#35390) This PR adds information about the installed packages in our Docker images to the Ray docs. Signed-off-by: Kai Fricke <kai@anyscale.com>
…#35390) This PR adds information about the installed packages in our Docker images to the Ray docs. Signed-off-by: Kai Fricke <kai@anyscale.com>
…6229) * [docker] Publish installed packages in docker containers (#35390) This PR adds information about the installed packages in our Docker images to the Ray docs. Signed-off-by: Kai Fricke <kai@anyscale.com> * Update for green wheels deps Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com> * Fix versions to 2.5.1 Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com> --------- Signed-off-by: Kai Fricke <kai@anyscale.com> Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com> Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
…#35390) This PR adds information about the installed packages in our Docker images to the Ray docs. Signed-off-by: Kai Fricke <kai@anyscale.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Why are these changes needed?
This PR adds information about the installed packages in our Docker images to the Ray docs.
https://anyscale-ray--35390.com.readthedocs.build/en/35390/ray-overview/installation.html#docker-source-images
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.