Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
add py11 ci dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Aug 1, 2023
1 parent 1f0383c commit 6c94353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Flyte Sandbox
if: ${{ matrix.test-dir == 'integration' }}
run: |
flytectl sandbox start --source .
flytectl demo start
flytectl config init
- name: Pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion ci/py37/Dockerfile → ci/py311/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-buster
FROM python:3.11-slim-buster

WORKDIR /root
ENV VENV /opt/venv
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_bentoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_bentoml_build_containerize():

# containerize the bento with docker
build_tag = success_match.group(1)
subprocess.run(["bentoml", "containerize", "--load", build_tag])
subprocess.run(["bentoml", "containerize", "--opt", "load", build_tag])
client = docker.from_env()

bento_image = None
Expand Down

0 comments on commit 6c94353

Please sign in to comment.