onepanelio / onepanel

The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
https://docs.onepanel.ai/
Apache License 2.0
716 stars 69 forks source link

Local Onepanel JupyterLab #835

Open inohmonton99 opened 3 years ago

inohmonton99 commented 3 years ago

suggested command to deploy image locally sudo docker run --entrypoint /bin/bash -p 80:8888 -p 6006:6006 -p 8080:8080 --rm onepanel/dl:0.17.0 -c "start.sh LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 jupyter lab --notebook-dir='/data' --LabApp.token='' --allow-root"