Skip to content

Commit

Permalink
fix: bumb jina version
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jun 10, 2022
1 parent ac052b0 commit 7b955a1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/force-hub-push.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Manual Hub Push

#on:
# workflow_dispatch:
# inputs:
# release_token:
# description: 'Your release token'
# required: true
# triggered_by:
# description: 'CD | TAG | MANUAL'
# required: false
# default: MANUAL

on:
pull_request:
workflow_dispatch:
inputs:
release_token:
description: 'Your release token'
required: true
triggered_by:
description: 'CD | TAG | MANUAL'
required: false
default: MANUAL

#on:
# pull_request:

jobs:
token-check:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# !!! An ARG declared before a FROM is outside of a build stage, so it can’t be used in any instruction after a FROM
ARG JINA_VERSION=3.4.0
ARG JINA_VERSION=3.6.0

FROM jinaai/jina:${JINA_VERSION}-py38-standard

Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG CUDA_VERSION=11.4.2
FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-cudnn8-runtime-ubuntu20.04
ENV DEBIAN_FRONTEND=noninteractive

ARG JINA_VERSION=3.4.0
ARG JINA_VERSION=3.6.0
ARG PIP_TAG
ARG BACKEND_TAG=torch

Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/tensorrt.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TENSORRT_VERSION=22.04

FROM nvcr.io/nvidia/tensorrt:${TENSORRT_VERSION}-py3

ARG JINA_VERSION=3.3.25
ARG JINA_VERSION=3.6.0
ARG PIP_VERSION

RUN pip3 install --default-timeout=1000 --no-cache-dir torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
Expand Down
3 changes: 2 additions & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ ftfy
torch
regex
torchvision
packaging
protobuf>=3.13.0,<=3.20.1
prometheus-client

0 comments on commit 7b955a1

Please sign in to comment.