Skip to content

Commit bc40890

Browse files
committed
update dockerfile with rocprofiler-compute support
1 parent c607967 commit bc40890

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docker/amd-docker.Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ RUN sudo pip install \
5757
packaging \
5858
wheel \
5959
tinygrad
60+
61+
# rocprof-compute
62+
RUN sudo apt install -y rocprofiler-compute locales
63+
RUN sudo pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
64+
# rocprof-compute crashes with C.UTF-8 locale ?!
65+
RUN sudo locale-gen en_US.UTF-8

0 commit comments

Comments
 (0)