Skip to content

Commit

Permalink
reorg docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Randolph R. Settgast1 committed Oct 23, 2023
1 parent 29def71 commit 26dbb9c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/buildAndPush.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



images="ubuntu22:22.04 ubuntu22-cuda11:ubuntu22.04-cuda11.8.0 ubi8:ubi8.8-854 ubi8-cuda11:ubi8.8-cuda11.8.0 ubi8-cuda12:ubi8.8-cuda12.2.2"
images="ubuntu:22.04 ubuntu-cuda11:22.04-cuda11.8.0 ubi8:ubi8.8-854 ubi8-cuda11:ubi8.8-cuda11.8.0 ubi8-cuda12:ubi8.8-cuda12.2.2"

for image in $images; do
imagePart=(${image//:/ })
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/ubuntu22/Dockerfile → docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10 AS ubuntu22
FROM ubuntu:22.04 AS ubuntu22

# install required packages
RUN ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime && \
Expand Down

0 comments on commit 26dbb9c

Please sign in to comment.