Skip to content

Commit c697781

Browse files
Merge pull request #11 from HideakiImamura/use-master-bottle
Use bottle master
2 parents e12ad04 + 9592a62 commit c697781

File tree

3 files changed

+483
-442
lines changed

3 files changed

+483
-442
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ENV UV_LINK_MODE=copy
99

1010
COPY pyproject.toml uv.lock /app/
1111

12+
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
13+
1214
RUN uv sync --frozen --no-install-project --no-dev --no-editable
1315

1416
COPY . /app/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"pandas>=2.2.3",
2929
"plotly>=6.0.1",
3030
"torch>=2.7.0",
31+
"bottle @ git+https://github.com/bottlepy/bottle.git@master",
3132
]
3233

3334
[project.scripts]

0 commit comments

Comments
 (0)