Replies: 4 comments 3 replies
-
Hi, Is it possible to deploy this in gke (google kubernetes)? Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your proposal on Docker. I am quite unfamiliar with all of this, and I want to make sure that my installation, which is working quite well now, does not get "contaminated" and thereby stops working upon installing other similar programs. The idea I have in mind is to put my WEBUI -which I already have installed and working well- into a container, but I don't know if I can "add" some command or, on the contrary, I would have to reinstall everything again. The idea would be to know the commands for the already installed version without it "suffering" :) Thank you. |
Beta Was this translation helpful? Give feedback.
-
how you get api enable or set other args enable? |
Beta Was this translation helpful? Give feedback.
-
so I remapped the port to 3002 and i can't get the webui to connect and i can't figure out why |
Beta Was this translation helpful? Give feedback.
-
I just made this write up for a friend and thought the community might also find it useful as docker is much easier to deal with for me.
Download docker from here https://docs.docker.com/desktop/install/windows-install/
run these commands replacing
C:/test/
in the second command with whatever folder you want the images saved toif the terminal ever dies or you restart your computer, etc then just run:
and it'll boot again.
You'll be able to access the webui through http://localhost:3000/ and the jupyter notebook through http://localhost:8888/
Beta Was this translation helpful? Give feedback.
All reactions