kopyl's picture
Upload folder using huggingface_hub
330f49f verified
raw
history blame contribute delete
252 Bytes
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"]