We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5017f commit 60fb6e5Copy full SHA for 60fb6e5
.github/workflows/python-app.yml
@@ -32,5 +32,8 @@ jobs:
32
- name: Build container
33
run: |
34
podman images
35
- podman build -t pyxalign .
36
- podman images
+ podman build -t pyxalign-actions-runner-build .
+ 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