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
To learn how to get the `YOUR_ZENML_SERVER_DEPOLOYMENT_URL`, read the [deployment guide](https://docs.zenml.io/getting-started/deploying-zenml/deployment).
83
83
84
+
Lastly, if you would like to use Docker, then the ZenML team provides [DockerHub] images to serve the ZenML Server and Dashboard in one image:
85
+
86
+
```shell
87
+
docker run -it -d -p 8080:80 zenmldocker/zenml-server
88
+
```
89
+
90
+
Which will serve the dashboard with the server at `http://localhost:8080`, with username `default` and an empty password.
91
+
84
92
## 👨👦 Relationship with ZenML
85
93
86
94
The ZenML Dashboard is a Javascript React-based application that lives inside this repository, which is a sister repository of the main [ZenML Python package repo](https://github.com/zenml-io/zenml).
0 commit comments