Skip to content

Commit

Permalink
Add CHANGELOG statement; Remove requirements-standalonebinary.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vedithal-amd committed Feb 19, 2025
1 parent 9282db4 commit ab463a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/](https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/).

## Unreleased

* Add Docker files to package the application and dependencies into a single portable and executable standalone binary file

## (Unreleased) ROCm Compute Profiler 3.1.0 for ROCm 6.4.0

### Added
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN yum install -y python38 python38-devel && \
python3.8 get-pip.py

CMD ["/bin/bash", "-c", "\
python3.8 -m pip install -r requirements.txt -r requirements-standalonebinary.txt \
python3.8 -m pip install -r requirements.txt \
&& python3.8 -m pip install nuitka patchelf \
&& rm -rf build \
&& cmake -B build -S . \
&& make -C build standalonebinary \
Expand Down
2 changes: 0 additions & 2 deletions requirements-standalonebinary.txt

This file was deleted.

0 comments on commit ab463a9

Please sign in to comment.