Skip to content

Commit

Permalink
cache 3
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Sep 15, 2024
1 parent a23b77d commit fead916
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/docker_nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
cpp_dev_gpu_version = f"{project}:cpp-dev-gpu-{get_nightly_version()}"

# Build Nightly images and append the date in the name

try_and_handle(f"./build_image.sh -m -n -t {organization}/{cpu_version}", dry_run)
try_and_handle(
f"./build_image.sh -g -cv cu121 -n -t {organization}/{gpu_version}",
Expand Down Expand Up @@ -78,8 +77,6 @@
# )

# Push images with latest tag
# try_and_handle(f"docker push {organization}/{project}:latest-gpu", dry_run)

# try_and_handle(
# f"docker push {organization}/{project}:latest-cpp-dev-cpu", dry_run
# )
Expand Down

0 comments on commit fead916

Please sign in to comment.