We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db533a commit 02264cbCopy full SHA for 02264cb
Dockerfile
@@ -15,7 +15,7 @@ COPY pyproject.toml uv.lock* ./
15
# Copy CLI application
16
COPY embeddings ./embeddings
17
18
-# Install package into system python, includes "marimo-launcher" script
+# Install package into system python
19
RUN uv pip install --system .
20
21
# Download the model and include in the Docker image
0 commit comments