Skip to content

Commit

Permalink
Install docker from store
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz authored Jul 24, 2024
1 parent 5649cd9 commit ea8f6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvidia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
test_cmds: |
#!/usr/bin/env bash
set -x
# install docker-snap
sudo snap install ${{ steps.snapcraft.outputs.docker.snap }} --dangerous
sudo snap install docker --edge
# Connecting needed interfaces
sudo snap connect docker:network-control :network-control
Expand Down

0 comments on commit ea8f6be

Please sign in to comment.