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.
2 parents e12ad04 + 9592a62 commit c697781Copy full SHA for c697781
Dockerfile
@@ -9,6 +9,8 @@ ENV UV_LINK_MODE=copy
9
10
COPY pyproject.toml uv.lock /app/
11
12
+RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
13
+
14
RUN uv sync --frozen --no-install-project --no-dev --no-editable
15
16
COPY . /app/
pyproject.toml
@@ -28,6 +28,7 @@ dependencies = [
28
"pandas>=2.2.3",
29
"plotly>=6.0.1",
30
"torch>=2.7.0",
31
+ "bottle @ git+https://github.com/bottlepy/bottle.git@master",
32
]
33
34
[project.scripts]
0 commit comments