mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add inventory plugins for buildah and podman (#963)
Add inventory plugins for buildah and podman, unit tests and functional CI tests. --------- Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
fb76891c50
commit
6ee2f3891b
57 changed files with 3856 additions and 8899 deletions
10
playbooks/examples/roles/ai-dev-env/tasks/main.yml
Normal file
10
playbooks/examples/roles/ai-dev-env/tasks/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# Minimal example role to provision an AI dev environment inside a Buildah working container
|
||||
- name: Ensure pip present
|
||||
shell: python3 -m ensurepip || true
|
||||
|
||||
- name: Upgrade pip
|
||||
shell: python3 -m pip install --upgrade pip
|
||||
|
||||
- name: Install common data science packages
|
||||
shell: python3 -m pip install --no-cache-dir numpy pandas jupyterlab
|
||||
Loading…
Add table
Add a link
Reference in a new issue