mikael-alafriz-deel / lucid-sonic-dreams

MIT License
771 stars 157 forks source link

Run Colab notebook locally in a Docker environment #14

Closed lRomul closed 1 year ago

lRomul commented 3 years ago

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:

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:

make COMMAND="bash"
ifrit98 commented 2 years ago

Having trouble getting through Makefile.

Any chance you have this image hosted anywhere?