File size: 252 Bytes
abf6bf2
 
 
 
 
1
2
3
4
5
6
FROM shortgiraffe/voice-gen:serverless 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"]