We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5748d67 commit f43dd20Copy full SHA for f43dd20
github-actions/nvidia-gpu-setup/action.yml
@@ -7,7 +7,7 @@ runs:
7
- name: Install Podman
8
run: |
9
sudo apt-get -y install podman
10
- mkdir ~/.config
+ mkdir --parents ~/.config
11
cp -r /etc/containers ~/.config/containers
12
shell: bash
13
0 commit comments