tomek7667
tomek7667
What worked for me was `yarn add gpu.js` (I guess you could use `npm install gpu.js` too)
It would be very useful for the author to include node version in readme.md as it seems to be the problem.
If anyone struggle with similar issue, I have managed to setup the containerization properly and this is my Dockerfile: ``` FROM python:3.11 USER root RUN DEBIAN_FRONTEND=noninteractive apt-get update && \...
I have the same issue