Closed sputn1ck closed 3 years ago
I think the requirements.txt is not in use for the dockerfile.
I managed to get it working by adding
RUN pip3 install --user -r $PYPLANET_HOME/requirements.txt
to the file
Hey, thanks you are correct, I'll check out the pull request.
I think the requirements.txt is not in use for the dockerfile.
I managed to get it working by adding
to the file