Skip to content

Commit 45a99b5

Browse files
authored
Multiple notebooks Integration
1 parent 629acd4 commit 45a99b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV MARIMO_NOTEBOOK="notebooks/gram_schmidt_process.py"
2323
EXPOSE 2718
2424

2525
# Run the notebook through shell command
26-
CMD ["sh", "-c", "marimo run ${MARIMO_NOTEBOOK:?Set MARIMO_NOTEBOOK} --host 0.0.0.0 --port 2718"]
26+
CMD ["sh", "-c", "uv run marimo run ${MARIMO_NOTEBOOK:?Set MARIMO_NOTEBOOK} --host 0.0.0.0 --port 2718"]
2727

2828

2929
# Advancements:

0 commit comments

Comments
 (0)