Tensorflow ROCm on Fedora 39 Docker

Unlock the power of TensorFlow ROCm on Fedora 39 with this step-by-step installation guide! 🚀 Whether you're a machine learning enthusiast or a developer diving into AI, join me as we seamlessly set up TensorFlow ROCm on the latest Fedora release. Boost your computational capabilities and stay on the cutting edge of AI development. Don't miss out - follow along and empower your AI journey today! 🔧🤖 #TensorFlow #ROCmdInstallation #Fedora39 #AIDevelopment #techtutorial
Commands:
sudo dnf -y install dnf-plugins-core
sudo dnf install rocm-*-5.7*
sudo dnf config-manager --add-repo
download.docker.com/linux/fed...
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
docker pull rocm/tensorflow:rocm5.7-tf2.12-dev
docker run -it --network=host --device=/dev/kfd --device=/dev/dri \
--ipc=host --shm-size 16G --group-add video --cap-add=SYS_PTRACE \
--security-opt seccomp=unconfined rocm/tensorflow:rocm5.7-tf2.12-dev

Пікірлер: 6

  • @JohnLaDot
    @JohnLaDot5 ай бұрын

    great video, thank you for it! Getting ROCm to work with Tensorflow in Linux is now simple bacause of you

  • @TechJotters24

    @TechJotters24

    5 ай бұрын

    My pleasure!!!

  • @nulledsploit6516
    @nulledsploit65166 ай бұрын

    can you make a video explaining install stable diffusion on this version of fedora with able to use gpu on reactor or comfyui plugin? stable diffusion works normally but onnxruntime errors which happens only on fedora and i would like to watch it if you make a video also about this one?

  • @TechJotters24

    @TechJotters24

    5 ай бұрын

    Hi, I've made a video to install ComfyUI extension on Stable diffusion webUI on Fedora 39. kzread.info/dash/bejne/X4N4rtiTg8mnkdY.html

  • @johannes7856
    @johannes78564 ай бұрын

    Hey Ho, the command: python3 -c 'import tensorflow' 2> /dev/null && echo 'Success' || echo 'Failure', says Succsess but Tensorflow say ther is no gpu, i have only the normal TensorFlow installed via pip, do I need something else ?

  • @TechJotters24

    @TechJotters24

    4 ай бұрын

    If you want to use Tensorflow GPU on ROCm from your pc, you need to build it from source. Using docker is the easiest solution.