Skip to content

Commit

Permalink
Merge pull request #85 from microsoft/update-path-of-python-base
Browse files Browse the repository at this point in the history
Docs update: set python base annotation to sdk-setup
  • Loading branch information
bradarm authored Jul 26, 2024
2 parents 0f22dbf + 9f053de commit 65995a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ SPACEFX_VERSION_CHANNEL_TAG="${SPACEFX_VERSION}"
--image-tag ${SPACEFX_VERSION} \
--repo-dir ${PWD} \
--app-name spacesdk-base \
--annotation-config azure-orbital-space-sdk-core.yaml
--annotation-config azure-orbital-space-sdk-setup.yaml
# Python-Base and SpaceSDK-Base-Python Container image build
Expand All @@ -118,7 +118,7 @@ for i in "${!PYTHON_VERSIONS[@]}"; do
--no-spacefx-dev \
--app-name python-base \
--build-arg PYTHON_VERSION="${PYTHON_VERSION}" \
--annotation-config azure-orbital-space-sdk-core.yaml
--annotation-config azure-orbital-space-sdk-setup.yaml
# Build spacesdk-python-base, which is a combination of spacesdk-base and python-base
/var/spacedev/build/build_containerImage.sh \
Expand All @@ -129,7 +129,7 @@ for i in "${!PYTHON_VERSIONS[@]}"; do
--app-name spacesdk-base-python \
--build-arg PYTHON_VERSION="${PYTHON_VERSION_TAG_CHANNEL}" \
--build-arg SDK_VERSION="${SPACEFX_VERSION_CHANNEL_TAG}" \
--annotation-config azure-orbital-space-sdk-core.yaml
--annotation-config azure-orbital-space-sdk-setup.yaml
done
Expand All @@ -144,7 +144,7 @@ for i in "${!CUDA_VERSIONS[@]}"; do
--repo-dir ${PWD} \
--no-spacefx-dev \
--app-name spacesdk-jetson-devicequery \
--annotation-config azure-orbital-space-sdk-core.yaml
--annotation-config azure-orbital-space-sdk-setup.yaml
/var/spacedev/build/build_containerImage.sh \
--dockerfile /var/spacedev/build/gpu/jetson/Dockerfile.deviceQuery.dev \
Expand All @@ -153,7 +153,7 @@ for i in "${!CUDA_VERSIONS[@]}"; do
--repo-dir ${PWD} \
--no-spacefx-dev \
--app-name spacesdk-jetson-devicequery \
--annotation-config azure-orbital-space-sdk-core.yaml
--annotation-config azure-orbital-space-sdk-setup.yaml
done
```
Expand Down

0 comments on commit 65995a2

Please sign in to comment.