vkalintiris 31f0cd1a27 Add requirements.txt for dag (#16875) 1 year ago
..
files c42093ff4f Use dagger to build and test the agent. (#16868) 1 year ago
README.md 31f0cd1a27 Add requirements.txt for dag (#16875) 1 year ago
build_command.py c42093ff4f Use dagger to build and test the agent. (#16868) 1 year ago
imageutils.py c42093ff4f Use dagger to build and test the agent. (#16868) 1 year ago
main.py c42093ff4f Use dagger to build and test the agent. (#16868) 1 year ago
nd.py c42093ff4f Use dagger to build and test the agent. (#16868) 1 year ago
requirements.txt 31f0cd1a27 Add requirements.txt for dag (#16875) 1 year ago
test_command.py c42093ff4f Use dagger to build and test the agent. (#16868) 1 year ago

README.md

  • Install Dagger CLI:

    cd /usr/local
    curl -L https://dl.dagger.io/dagger/install.sh | sudo sh
    
  • Install python requirements:

    pip install -r packaging/dag/requirements.txt
    

Now you can run something like this:

dagger run python packaging/dag/main.py build -p linux/x86_64 -d debian12

or

dagger run python packaging/dag/main.py test

.