We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c607967 commit bc40890Copy full SHA for bc40890
1 file changed
docker/amd-docker.Dockerfile
@@ -57,3 +57,9 @@ RUN sudo pip install \
57
packaging \
58
wheel \
59
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