Closed brunohppl closed 1 year ago
In the ‘Dockerfile.cpu’ there is a line 'RUN pip install -r requirements.txt'. When looking at the /image-quality-assessment/src/requirements.txt, it only adds sklearn. After adding scikit-learn to the file, and building the image once again, the dependency is installed properly
Hi there, I might be missing something basic here.
When trying to run the sample local training: `sudo ./train-local \
I get an error:
File "/src/trainer/train.py", line 5, in <module> from sklearn.model_selection import train_test_split ModuleNotFoundError: No module named 'sklearn'