Skip to content

Commit

Permalink
Update Auto merged updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Apr 30, 2024
1 parent f4bf76f commit 0ef0e65
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/containers/podman:v5.0.1
FROM quay.io/containers/podman:v5.0.2

USER root

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ailab_build_push_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Build llamacpp_python cuda
id: build_llamacpp_python_cuda
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

# required for multi-arch builds
- name: Install qemu dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/instructlab_baseimages_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Build Image
id: build_image
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Build Image
id: build_image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository == 'containers/ai-lab-recipes'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model-converter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_image_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Install qemu dependency
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
if: github.repository == 'containers-mirror/ai-lab-recipes'
runs-on: ubuntu-22.04-2core
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: chatbot
working-directory: ./recipes/natural_language_processing/chatbot
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
llama-cpp-python[server]==0.2.63
llama-cpp-python[server]==0.2.65
pip==24.0
10 changes: 5 additions & 5 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ anyio==4.3.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
fastapi==0.110.2
fastapi==0.110.3
filelock==3.13.4
fsspec==2024.3.1
h11==0.14.0
Expand All @@ -16,10 +16,10 @@ networkx==3.3
numpy==1.26.4
packaging==24.0
pillow==10.3.0
pydantic==2.7.0
pydantic_core==2.18.1
pydantic==2.7.1
pydantic_core==2.18.2
PyYAML==6.0.1
regex==2024.4.16
regex==2024.4.28
requests==2.31.0
safetensors==0.4.3
sniffio==1.3.1
Expand All @@ -30,7 +30,7 @@ tokenizers==0.19.1
torch==2.3.0
torchvision==0.18.0
tqdm==4.66.2
transformers==4.40.0
transformers==4.40.1
typing_extensions==4.11.0
urllib3==2.2.1
uvicorn==0.29.0

0 comments on commit 0ef0e65

Please sign in to comment.