Skip to content

Commit

Permalink
oldnoble
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 2, 2024
1 parent c569777 commit f709d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-ppc64le/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ppc64le/ubuntu:noble
FROM ppc64le/ubuntu:noble-20241009

RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
cmake \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-ppc64le/update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
echo "torchbefore"
docker pull ppc64le/ubuntu:noble
docker pull ppc64le/ubuntu:noble-20241009
echo "torchafter"
2 changes: 1 addition & 1 deletion ubuntu-24.04-noble-s390x/update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
echo "torchbefore"
docker pull s390x/ubuntu:noble
docker pull s390x/ubuntu:noble-20241009
echo "torchafter"

0 comments on commit f709d8e

Please # to comment.