Skip to content

Commit 7befad8

Browse files
committed
Use official archlinux images
1 parent 8019a9b commit 7befad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfiles/archlinux-shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM archlinux/base
1+
FROM archlinux:latest
22

33
# copy the contents of this repository to the container
44
COPY . tensorflow_cc

Dockerfiles/archlinux-shared-cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM archlinux/base
1+
FROM archlinux:latest
22

33
# copy the contents of this repository to the container
44
COPY . tensorflow_cc

0 commit comments

Comments
 (0)