Skip to content
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

Updated build from source instructions to resolve issue #259 #260

Merged
merged 4 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/install/rocm-offline-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Download the Offline Installer Creator from ``repo.radeon.com`` using the follow

.. code-block:: shell

wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/<rocm-version>/<distro>/<distro-version>/<creator-package>
wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/rocm-rel-<rocm-version>/<distro>/<distro-version>/<creator-package>

Substitute your values for the following placeholders:

Expand All @@ -85,7 +85,7 @@ for Ubuntu release 22.04:

.. code-block:: shell

wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/rocm-rel-6.2/ubuntu/22.04/rocm-offline-creator_1.0.0.60200-1~22.04.run
wget https://repo.radeon.com/rocm/installer/rocm-linux-install-offline/rocm-rel-6.2/ubuntu/22.04/rocm-offline-creator_1.0.0.60200-3~22.04.run

Installer Creation
================================================
Expand Down Expand Up @@ -682,13 +682,13 @@ To build the Offline Installer Creator:

.. code-block:: shell

git clone git@github.com:ROCm/rocm-install-on-linux.git
git clone https://github.com/ROCm/rocm-install-on-linux

#. Build the configuration

.. code-block:: shell

cd src/offline-install
cd rocm-install-on-linux/src/offline-installer
mkdir build
cd build
cmake ..
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rocm-docs-core==1.6.1
Sphinx-Substitution-Extensions==2024.2.25
rocm-docs-core==1.6.2
Sphinx-Substitution-Extensions==2024.8.6
sphinxcontrib.datatemplates==0.11.0
9 changes: 2 additions & 7 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ docutils==0.21.2
# myst-parser
# pydata-sphinx-theme
# sphinx
# sphinx-prompt
# sphinx-substitution-extensions
fastjsonschema==2.19.1
# via rocm-docs-core
Expand Down Expand Up @@ -83,7 +82,6 @@ pygments==2.17.2
# accessible-pygments
# pydata-sphinx-theme
# sphinx
# sphinx-prompt
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
Expand All @@ -98,7 +96,7 @@ requests==2.31.0
# via
# pygithub
# sphinx
rocm-docs-core==1.6.1
rocm-docs-core==1.6.2
# via -r requirements.in
smmap==5.0.1
# via gitdb
Expand All @@ -117,7 +115,6 @@ sphinx==7.3.7
# sphinx-design
# sphinx-external-toc
# sphinx-notfound-page
# sphinx-prompt
# sphinx-substitution-extensions
# sphinxcontrib-datatemplates
# sphinxcontrib-runcmd
Expand All @@ -131,9 +128,7 @@ sphinx-external-toc==1.0.1
# via rocm-docs-core
sphinx-notfound-page==1.0.0
# via rocm-docs-core
sphinx-prompt==1.8.0
# via sphinx-substitution-extensions
sphinx-substitution-extensions==2024.2.25
sphinx-substitution-extensions==2024.8.6
# via -r requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand Down
Loading