Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,10 @@ stages:
overwriteExistingFiles: true
displayName: Unpack ONNXRuntime package.

- template: ../tools/ci_build/github/azure-pipeline/templates/get-docker-image-steps.yml
- template: templates/get-docker-image-steps.yml
parameters:
Dockerfile: tools/ci_build/github/linux/docker/Dockerfile.ubuntu_cuda11_8_tensorrt8_6
Context: tools/ci_build/github/linux/docker
Dockerfile: tools/ci_build/docker/Dockerfile.ubuntu_cuda11_8_tensorrt8_6
Context: tools/ci_build/docker
DockerBuildArgs: "--build-arg BUILD_UID=$( id -u )"
Repository: onnxruntime-extensionscuda11build
UpdateDepsTxt: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ steps:
command: logout
addPipelineData: false
displayName: Log out of container registry
condition: and(always(), ne(variables['System.PullRequest.IsFork'], 'True'))
condition: and(always(), ne(variables['System.PullRequest.IsFork'], 'True'))
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get install -y --no-install-recommends \
ln -s /usr/bin/python3 python &&\
ln -s /usr/bin/pip3 pip;

RUN pip install --upgrade pip
RUN pip install --upgrade pip
RUN pip install setuptools>=68.2.2
RUN pip3 install cmake==3.28.4

Expand All @@ -46,5 +46,4 @@ FROM base as final
ARG BUILD_USER=onnxruntimedev
ARG BUILD_UID=1000
RUN adduser --gecos 'onnxruntime Build User' --disabled-password $BUILD_USER --uid $BUILD_UID
USER $BUILD_USER

USER $BUILD_USER
110 changes: 0 additions & 110 deletions tools/ci_build/github/azure-pipeline/android_packaging.yml

This file was deleted.

218 changes: 0 additions & 218 deletions tools/ci_build/github/azure-pipeline/ios_packaging.yml

This file was deleted.

Loading
Loading