Skip to content

Commit 60fb6e5

Browse files
committed
should now remove the podman env
1 parent de5017f commit 60fb6e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
- name: Build container
3333
run: |
3434
podman images
35-
podman build -t pyxalign .
36-
podman images
35+
podman build -t pyxalign-actions-runner-build .
36+
podman rmi pyxalign-actions-runner-build
37+
38+
# Use something like this. I also need to update it to mount the data directory.
39+
# podman run -it --rm --env DISPLAY --security-opt label=type:container_runtime_t --network host -v="$HOME/.Xauthority:/root/.Xauthority:rw" --device nvidia.com/gpu=all pyxalign:latest bash

0 commit comments

Comments
 (0)