From 34074adb36e648f069617bf6a5ffc7b85570f71a Mon Sep 17 00:00:00 2001 From: Gustavo Rosa Date: Mon, 30 Jan 2023 09:25:55 -0300 Subject: [PATCH] chore(root): Removes multiple references of v1.0.0 to prevent excessive changes. --- docker/Dockerfile | 5 ++--- docker/build_image.sh | 2 +- docker/run_container.sh | 4 ++-- docker/run_container_with_gvisor.sh | 4 ++-- docs/conf.py | 1 - 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index af821292..289576f9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,8 +11,7 @@ LABEL description="NVIDIA Docker with Archai" \ tag="latest" \ creator="microsoft" \ tooltype="archai" \ - tooltypeversion="1.0.0" \ - createtime="11/08/2022" + createtime="01/30/2023" # Exports environment variables ENV PATH="/root/.local/bin:$PATH" @@ -24,6 +23,6 @@ RUN apt-get install -y apt-utils git # Installs Archai # Note that APEX is not needed because it comes with NVIDIA's image -RUN git clone -b v1.0.0 --single-branch https://github.com/microsoft/archai.git +RUN git clone -b main --single-branch https://github.com/microsoft/archai.git WORKDIR /workspace/archai RUN pip install --user --no-cache-dir .[dev] diff --git a/docker/build_image.sh b/docker/build_image.sh index b5a991b3..84300722 100644 --- a/docker/build_image.sh +++ b/docker/build_image.sh @@ -2,4 +2,4 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT license. -docker build . --file Dockerfile --tag nvidia22.10-archai1.0.0:latest +docker build . --file Dockerfile --tag nvidia22.10-archai:latest diff --git a/docker/run_container.sh b/docker/run_container.sh index 019b51cf..60439b80 100644 --- a/docker/run_container.sh +++ b/docker/run_container.sh @@ -5,10 +5,10 @@ # Runs an interactive bash within the container docker run --rm \ --gpus all \ - --name nvidia22.10-archai1.0.0 \ + --name nvidia22.10-archai \ --shm-size=10g \ --ipc=host \ --ulimit memlock=-1 \ --ulimit stack=67108864 \ -e NCCL_P2P_LEVEL=NVL \ - -it nvidia22.10-archai1.0.0:latest \ No newline at end of file + -it nvidia22.10-archai:latest \ No newline at end of file diff --git a/docker/run_container_with_gvisor.sh b/docker/run_container_with_gvisor.sh index ce7c03ed..e31858b9 100644 --- a/docker/run_container_with_gvisor.sh +++ b/docker/run_container_with_gvisor.sh @@ -6,10 +6,10 @@ # Enhanced security by gVisor / without GPUs docker run --rm \ --runtime=runsc \ - --name nvidia22.10-archai1.0.0 \ + --name nvidia22.10-archai \ --shm-size=10g \ --ipc=host \ --ulimit memlock=-1 \ --ulimit stack=67108864 \ -e NCCL_P2P_LEVEL=NVL \ - -it nvidia22.10-archai1.0.0:latest \ No newline at end of file + -it nvidia22.10-archai:latest \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index d6a0dd40..34088470 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,6 @@ sys.path.insert(0, os.path.abspath("..")) project = "Archai" author = "Microsoft" copyright = f"{date.today().year}" -version = "v1.0.0" # General configuration extensions = [