Skip to content

Commit

Permalink
Update PyTorch 2.3 designer and designer-train environments
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Oct 10, 2024
1 parent 8248951 commit 1700a1e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pytorch-2.3-designer
name: designer-pytorch-2.3
version: auto
type: environment
spec: spec.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}

WORKDIR /

ENV CONDA_PREFIX=/azureml-envs/pytorch-2.3-designer
ENV CONDA_PREFIX=/azureml-envs/designer-pytorch-2.3
ENV CONDA_DEFAULT_ENV=$CONDA_PREFIX
ENV PATH=$CONDA_PREFIX/bin:$PATH

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
name: azureml/curated/pytorch-2.3-designer
name: azureml/curated/designer-pytorch-2.3
os: linux
context:
dir: context
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pytorch-2.3-designer-train
name: designer-pytorch-2.3-train
version: auto
type: environment
spec: spec.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}

WORKDIR /

ENV CONDA_PREFIX=/azureml-envs/pytorch-2.3-designer-train
ENV CONDA_PREFIX=/azureml-envs/designer-pytorch-2.3-train
ENV CONDA_DEFAULT_ENV=$CONDA_PREFIX
ENV PATH=$CONDA_PREFIX/bin:$PATH

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
name: azureml/curated/pytorch-2.3-designer-train
name: azureml/curated/designer-pytorch-2.3-train
os: linux
context:
dir: context
Expand Down

0 comments on commit 1700a1e

Please sign in to comment.