Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
|
|
18 |
COPY --chown=user config.yaml config.yaml
|
19 |
|
20 |
# Run the update commands
|
21 |
-
|
22 |
|
23 |
# Use the virtual environment's executables directly
|
24 |
CMD ["holoviz-mcp-serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2"]
|
|
|
18 |
COPY --chown=user config.yaml config.yaml
|
19 |
|
20 |
# Run the update commands
|
21 |
+
RUN holoviz-mcp-update
|
22 |
|
23 |
# Use the virtual environment's executables directly
|
24 |
CMD ["holoviz-mcp-serve", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2"]
|