gradio app added

This commit is contained in:
Stepan Zuev
2024-04-02 17:58:15 +03:00
parent 991b1fe3bb
commit 5cef625c1b
6 changed files with 615 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ echo Creating and running the Jupyter container...
docker run -it -d ^
--gpus all ^
-p 8888:8888 ^
-p 7860:7860 ^
--name jupyter ^
--user root ^
-e NB_USER="%username%" ^