Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 2, 2024
1 parent a2b1120 commit c569777
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubuntu-22.04-jammy-arm64v8/update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/sh
echo "torchbefore"
docker pull arm64v8/ubuntu:jammy
echo "torchafter"
2 changes: 2 additions & 0 deletions ubuntu-24.04-noble-ppc64le/update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/sh
echo "torchbefore"
docker pull ppc64le/ubuntu:noble
echo "torchafter"
2 changes: 2 additions & 0 deletions ubuntu-24.04-noble-s390x/update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/sh
echo "torchbefore"
docker pull s390x/ubuntu:noble
echo "torchafter"

0 comments on commit c569777

Please # to comment.