Skip to content

Commit 96d3dd4

Browse files
Fix Nvidia GPU setup
1 parent eb317eb commit 96d3dd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ runs:
77
- name: Install Podman
88
run: |
99
sudo apt-get -y install podman
10-
loginctl enable-linger 1002
11-
# 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
1210
mkdir ~/.config
1311
cp -r /etc/containers ~/.config/containers
1412
shell: bash

0 commit comments

Comments
 (0)