installing tensorflow , even if tensorflow-gpu aldready installed,
SacshamAgrawal opened this issue · 5 comments
SacshamAgrawal commented
I've been working on tensorflow - gpu, and trying to install kapre for a project, but its installing tensorflow cpu again. Resolve it.
keunwoochoi commented
which tensorflow version are you using? after tf2, you're supposed to install tf by pip install tensorflow
for both cpu and gpu.
SacshamAgrawal commented
im using tensorflow/tensorflow:latest-gpu-jupyter docker image
which has 2.3 version
keunwoochoi commented
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?
keunwoochoi commented
how did it go?
SacshamAgrawal commented
issue can be closed, above solves the problem