Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Jan 7, 2025
1 parent 340f700 commit e066481
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/debug-dind.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Debug DIND

on:
push:
# push:
workflow_dispatch:

jobs:
debug-dind:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install docker
run: |
apt-get update -y
apt-get install -y docker.io
# - name: Install docker
# run: |
# apt-get update -y
# apt-get install -y docker.io

- name: Build TGI Docker Image
run: |
Expand Down

0 comments on commit e066481

Please sign in to comment.