Skip to content

Commit

Permalink
Merge branch 'amd-staging' into rocprof-compute_branding_update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd authored Oct 16, 2024
2 parents 1a08443 + e633d17 commit 48152d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
* @koomie @coleramos425
* @coleramos425 @feizheng10 @dgaliffiAMD

# Documentation files
docs/ @ROCm/rocm-documentation
*.md @ROCm/rocm-documentation
*.rst @ROCm/rocm-documentation
.readthedocs.yaml @ROCm/rocm-documentation

# Packaging
cmake/ @koomie
tests/ @koomie
CMakeLists.txt @koomie
utils/ @koomie
7 changes: 7 additions & 0 deletions docs/install/grafana-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ directory to begin.
$ sudo docker-compose build
$ sudo docker-compose up -d
.. note::

To troubleshoot Docker container build failures related to certificate verification, try
disabling any network proxy services on the host system. These proxy services can interfere
with OpenSSL's ability to retrieve a correct certificate chain when the container accesses
external websites.

The TCP ports for Grafana (``4000``) and MongoDB (``27017``) in the Docker
container are mapped to ``14000`` and ``27018``, respectively, on the host side.

Expand Down

0 comments on commit 48152d6

Please sign in to comment.