GPU with conda environment

can i use conda environment because it got my gpu instead of python environment which can not, for the exam ?

Hi @Ahmed_Sadek, Could you please confirm if my understanding is correct or not. You want to use tensorflow with GPU in the conda environment. If you are doing the same, you can create a new and can install tensorflow with GPU support using the following command pip install tensorflow[and-cuda]==2.15.1 Thank You.