Skip to content

Commit eb317eb

Browse files
Fix Nvidia GPU setup
actions/runner-images#10936
1 parent e99e941 commit eb317eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/nvidia-gpu-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Install Podman
88
run: |
99
sudo apt-get -y install podman
10-
loginctl enable-linger 1001
10+
loginctl enable-linger 1002
1111
# To avoid Error: error creating build container: loading drop-in registries configuration "/etc/containers/registries.conf.d/local.conf": open /etc/containers/registries.conf.d/local.conf: permission denied
1212
mkdir ~/.config
1313
cp -r /etc/containers ~/.config/containers

0 commit comments

Comments
 (0)