Skip to content

Commit

Permalink
attempt to fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali committed Jun 18, 2024
1 parent 2a342db commit 345adc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_ce/container_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
from open_ce.inputs import Argument

OPEN_CE_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "."))
BUILD_IMAGE_NAME = "builder"
BUILD_IMAGE_NAME = "builder/ubi9"
BUILD_IMAGE_PATH = os.path.join(OPEN_CE_PATH, "images", BUILD_IMAGE_NAME)
BUILD_CUDA_IMAGE_NAME = "builder-cuda"
BUILD_CUDA_IMAGE_NAME = "builder-cuda/ubi9"
BUILD_CUDA_IMAGE_PATH = os.path.join(OPEN_CE_PATH, "images", BUILD_CUDA_IMAGE_NAME)
LOCAL_FILES_PATH = os.path.join(os.path.join(os.getcwd(), "local_files"))

Expand Down

0 comments on commit 345adc3

Please sign in to comment.