Skip to content

Commit

Permalink
remove fstab changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jozwior committed Jul 22, 2024
1 parent 2759211 commit 8cfbd3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Install OpenSSL && pkg-config
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev

- name: Increase shared memory size
run: sudo sh -c 'echo "tmpfs /dev/shm tmpfs defaults,size=2G 0 0" >> /etc/fstab && sudo mount -o remount /dev/shm'

- name: Install CUDA and NCCL dependencies
if: steps.cache-cuda-nccl.outputs.cache-hit != 'true'
env:
Expand Down

0 comments on commit 8cfbd3b

Please sign in to comment.