From 188444cc6fe663d861e6eec33ea4abc8ca5e64d9 Mon Sep 17 00:00:00 2001 From: Fang Han Date: Fri, 31 May 2024 23:57:43 -0700 Subject: [PATCH] Fix docker build due to incorrect dependencies. --- .github/workflows/docker.yaml | 2 +- .github/workflows/pytvzhen-web.yaml | 2 +- requirements.txt | 8 ++------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 155db69..296713c 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out code diff --git a/.github/workflows/pytvzhen-web.yaml b/.github/workflows/pytvzhen-web.yaml index 85c82c6..b301a12 100644 --- a/.github/workflows/pytvzhen-web.yaml +++ b/.github/workflows/pytvzhen-web.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v2 diff --git a/requirements.txt b/requirements.txt index a75fd32..983166b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 coloredlogs==15.0.1 -ctranslate2==4.3.0 +ctranslate2==4.2.1 decorator==4.4.2 deepl==1.17.0 defusedxml==0.7.1 @@ -60,11 +60,7 @@ librosa==0.10.1 llvmlite==0.42.0 MarkupSafe==2.1.5 matplotlib-inline==0.1.6 -mccabe==0.7.0 mistune==3.0.2 -mkl-fft==1.3.8 -mkl-random==1.2.4 -mkl-service==2.4.0 more-itertools==10.2.0 moviepy==1.0.3 mpmath==1.3.0 @@ -143,7 +139,7 @@ torchvision==0.17.2 tornado==6.4 tqdm==4.66.2 traitlets==5.14.2 -triton==2.3.0 +triton==2.2.0 typing_extensions==4.10.0 urllib3==1.26.5 wcwidth==0.2.13