keunwoochoi/kapre

installing tensorflow , even if tensorflow-gpu aldready installed,

SacshamAgrawal opened this issue · 5 comments

I've been working on tensorflow - gpu, and trying to install kapre for a project, but its installing tensorflow cpu again. Resolve it.

which tensorflow version are you using? after tf2, you're supposed to install tf by pip install tensorflow for both cpu and gpu.

im using tensorflow/tensorflow:latest-gpu-jupyter docker image
which has 2.3 version

ok but i don't know how i can fix it. maybe in the docker, install pip install kapre --no-deps and manually install numpy and librosa separately?

how did it go?

issue can be closed, above solves the problem