We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629acd4 commit 45a99b5Copy full SHA for 45a99b5
Dockerfile
@@ -23,7 +23,7 @@ ENV MARIMO_NOTEBOOK="notebooks/gram_schmidt_process.py"
23
EXPOSE 2718
24
25
# Run the notebook through shell command
26
-CMD ["sh", "-c", "marimo run ${MARIMO_NOTEBOOK:?Set MARIMO_NOTEBOOK} --host 0.0.0.0 --port 2718"]
+CMD ["sh", "-c", "uv run marimo run ${MARIMO_NOTEBOOK:?Set MARIMO_NOTEBOOK} --host 0.0.0.0 --port 2718"]
27
28
29
# Advancements:
0 commit comments