Closed iazpiroz closed 2 years ago
Thanks for trying IBMFL. Could you please try following change to install gensim==3.8.3 version. It should fix the docker build.
diff --git a/requirements.txt b/requirements.txt index 427f8fe..c32a43a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ h5py==2.10.0 image aif360 fairlearn -gensim +gensim==3.8.3 ray dm-tree GPUtil
We fixed it in main repo.
Many thanks @chalianwar !
I try to build an image with the Dockerfile, but I obtain the following error:
Could you update the requirements file to build a docker image? Thank you in advance.