Skip to content

Commit

Permalink
Merge pull request #56 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image + lockfile deps; bump version to 1.1.9
  • Loading branch information
davidlougheed authored Sep 18, 2024
2 parents 1aea484 + 74839e3 commit 3810373
Show file tree
Hide file tree
Showing 4 changed files with 993 additions and 918 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09

# Use uvicorn (instead of hypercorn) in production since I've found
# multiple benchmarks showing it to be faster - David L
RUN pip install --no-cache-dir "uvicorn[standard]==0.30.1"
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.09.01

# Backwards-compatible with old BentoV2 container layout
WORKDIR /drop-box
Expand Down
4 changes: 1 addition & 3 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09

RUN pip install --no-cache-dir "uvicorn[standard]==0.30.1"
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.09.01

# Backwards-compatible with old BentoV2 container layout
WORKDIR /drop-box
Expand Down
Loading

0 comments on commit 3810373

Please sign in to comment.