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
@@ -147,42 +147,3 @@ It also copies the generated files to the right place in `mcbackend`.
147
147
```bash
148
148
python protobufs/generate.py
149
149
```
150
-
151
-
# Experimental: `mcbackend-server`
152
-
This repository also includes an experimental Streamlit app for querying the ClickHouse backend and creating ArviZ plots already while an MCMC is still running.
153
-
154
-
⚠ This part will eventually move into its own repository. ⚠
155
-
156
-
First build the Docker image:
157
-
158
-
```
159
-
docker build -t mcbackend-server:0.1.0 .
160
-
```
161
-
162
-
Then start the container.
163
-
The following two commands should be executed in the root path of the repository.
0 commit comments