I found that many people have a problem with library installation. Including myself faced this.
I have added a Docker environment with all necessary dependencies and several scripts for downloading and running your Colab notebook.
How to use:
git clone --branch docker git@github.com:lRomul/lucid-sonic-dreams.git
cd lucid-sonic-dreams
make
Jupyter notebook will be run at folder lucid-sonic-dreams/workdir. All input and output files will be available there.
One problem, using of google.colab.files.download hangs cell execution. Maybe the downloads should be moved in a separate cell.
You can run Docker environment without starting notebook by command:
Hello! Thanks for the great library!
I found that many people have a problem with library installation. Including myself faced this. I have added a Docker environment with all necessary dependencies and several scripts for downloading and running your Colab notebook.
How to use:
Jupyter notebook will be run at folder
lucid-sonic-dreams/workdir
. All input and output files will be available there.One problem, using of
google.colab.files.download
hangs cell execution. Maybe the downloads should be moved in a separate cell.You can run Docker environment without starting notebook by command: