Skip to content

Update torch requirement from <2.4.0,>=2.3.1 to >=2.3.1,<2.5.0 #312

Update torch requirement from <2.4.0,>=2.3.1 to >=2.3.1,<2.5.0

Update torch requirement from <2.4.0,>=2.3.1 to >=2.3.1,<2.5.0 #312

Workflow file for this run

on:
push:
branches: ["main", "release-*"]
paths:
- "caikit_nlp"
- "README.md"
- "pyproject.toml"
- "Dockerfile"
pull_request:
name: Build Image
jobs:
build-image:
name: Build Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Reclaim space
run: |
sudo rm -rf /opt/hostedtoolcache
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v5
with:
context: .
tags: "caikit-nlp:latest"
load: true
cache-from: type=gha
cache-to: type=gha,mode=max