Skip to content

Commit 4cef65c

Browse files
committed
stop testing gpus
1 parent 7997b22 commit 4cef65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ const test5 = new Test('Docker - swarm', async function integration() {
454454
}],
455455
memory: 256e6, // bytes
456456
cpus: 0.1,
457-
gpus: 'all',
457+
// gpus: 'all',
458458
restart: 'on-failure:5',
459459

460460
healthCmd: ['wget', '--no-verbose', '--tries=1', '--spider', 'localhost:3000'],
@@ -501,7 +501,7 @@ const test5 = new Test('Docker - swarm', async function integration() {
501501
}],
502502
memory: 256e6, // bytes
503503
cpus: 0.1,
504-
gpus: 'all',
504+
// gpus: 'all',
505505
restart: 'on-failure:5',
506506

507507
healthCmd: ['wget', '--no-verbose', '--tries=1', '--spider', 'localhost:3000'],

0 commit comments

Comments
 (0)