Skip to content

Commit

Permalink
Fix docker build due to incorrect dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
HanFa committed Jun 1, 2024
1 parent 01d37ea commit d25a6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Check out code
Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d25a6f8

Please sign in to comment.