norae / docker /Dockerfile-deezer-non-serverless
kopyl's picture
Upload folder using huggingface_hub
abf6bf2 verified
FROM shortgiraffe/voice-gen:serverless-deezer-spleeter AS build
RUN pip install jupyterlab
CMD ["jupyter-lab", "--allow-root", "--ip", "0.0.0.0", "--NotebookApp.token=''", "--notebook-dir", "/", "--NotebookApp.allow_origin=*", "--NotebookApp.allow_remote_access=1"]