chore(root): Removes multiple references of v1.0.0 to prevent excessive changes.

This commit is contained in:
Gustavo Rosa 2023-01-30 09:25:55 -03:00
Родитель 5d9e88b512
Коммит 34074adb36
5 изменённых файлов: 7 добавлений и 9 удалений

Просмотреть файл

@ -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]

Просмотреть файл

@ -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

Просмотреть файл

@ -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
-it nvidia22.10-archai:latest

Просмотреть файл

@ -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
-it nvidia22.10-archai:latest

1
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 = [