File size: 267 Bytes
abf6bf2
 
 
 
 
1
2
3
4
5
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"]