-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The rocm/jax images rocm/jax:rocm7.0-jax0.6.0-py3.10 and rocm/jax:rocm7.0-jax0.6.0-py3.12 have PATH pointing to the non-existing /opt/rocm-7.0/bin directory
$ docker run --rm -it rocm/jax:rocm7.0-jax0.6.0-py3.10 bash -l
root@8b3139718474:/# echo $PATH
/pyenv/shims:/pyenv/bin:/root/bin:/root/.local/bin:/opt/rocm-7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
root@8b3139718474:/# ls /opt/rocm-7.0/bin
ls: cannot access '/opt/rocm-7.0/bin': No such file or directory
root@8b3139718474:/# ls /opt/
rocm rocm-7.0.0
$ docker run --rm -it rocm/jax:rocm7.0-jax0.6.0-py3.12 bash -l
root@c0eb34b58fd6:/# echo $PATH
/pyenv/shims:/pyenv/bin:/root/bin:/root/.local/bin:/opt/rocm-7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
root@c0eb34b58fd6:/# ls /opt/rocm-7.0
ls: cannot access '/opt/rocm-7.0': No such file or directory
root@c0eb34b58fd6:/# ls /opt
rocm rocm-7.0.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo