You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
I have manually installed docker-ce, build an new GPU-favored kubernetes binary and add the folder to PATH, also DevEnvironment/Readme.md.
I create a pair of ssh-keys, and manually put them inside ./src/ClusterBootstrap/deploy/sshkey folder
I also setup the mssqlserver docker container to run on my Ubuntu server at the port and setup authentication as shown in my config.yaml (docker-compose run db, I am assuming DLworkspace will find the database and setup everything it needs)
I setup an email account at outlook.com and put info inside my config.yaml, follow Auth
Now my whole config.yaml file looks like this:
Now I keep getting the error shown below:
It looks like kubernetes cluster is not running. So what should I do to get it work on my own server?
Hi guys, I want to test DLworkspace on my ubuntu server WITHOUT connecting with any azure cluster thing.
So I am following SingleUbuntu on-prem this document. Unfortunately I am stuck at the last line.
My ubuntu server has the same setup as indicated in the document:
Things I have done:
src/ClusterBootstrap/install_prerequisites.shas mentioned in DevEnvironment/Readme.md.docker-compose run db, I am assuming DLworkspace will find the database and setup everything it needs)Now my whole config.yaml file looks like this:

Now I keep getting the error shown below:

It looks like kubernetes cluster is not running. So what should I do to get it work on my own server?