Skip to content

🔨 Updated ubuntu2004_gpu.dockerfile to avoid deprecated missin… #2

🔨 Updated ubuntu2004_gpu.dockerfile to avoid deprecated missin…

🔨 Updated ubuntu2004_gpu.dockerfile to avoid deprecated missin… #2

Workflow file for this run

name: Build
on:
push:
branches: ["master"]
pull_request:
jobs:
linting:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Apply pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files
test-production:
runs-on: ubuntu-20.04
container:
image: xmba15/onnx_runtime_cpp:v1.14.1-ubuntu20.04
steps:
- uses: actions/checkout@v3
- name: Setup environment
run: |
sudo apt-get update
bash ./scripts/install_apps_dependencies.bash
- name: Test building
run: |
make apps -j`nproc`