File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
build :
19
- - {latest: "true ", selkies: "1.6.1 "}
19
+ - {latest: "false ", selkies: "1.6.2 "}
20
20
steps :
21
21
-
22
22
name : Free Space
98
98
fail-fast : false
99
99
matrix :
100
100
build :
101
- - {latest: "true ", selkies: "1.6.1 ", cuda: "12.1.1-cudnn8-runtime"}
102
- - {latest: "false", selkies: "1.6.1 ", cuda: "12.1.1-cudnn8-devel"}
101
+ - {latest: "false ", selkies: "1.6.2 ", cuda: "12.1.1-cudnn8-runtime"}
102
+ - {latest: "false", selkies: "1.6.2 ", cuda: "12.1.1-cudnn8-devel"}
103
103
steps :
104
104
-
105
105
name : Free Space
@@ -180,8 +180,8 @@ jobs:
180
180
fail-fast : false
181
181
matrix :
182
182
build :
183
- - {latest: "true ", selkies: "1.6.1 ", rocm: "6.0-runtime"}
184
- - {latest: "false", selkies: "1.6.1 ", rocm: "6.0-devel"}
183
+ - {latest: "false ", selkies: "1.6.2 ", rocm: "6.0-runtime"}
184
+ - {latest: "false", selkies: "1.6.2 ", rocm: "6.0-devel"}
185
185
steps :
186
186
-
187
187
name : Free Space
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ services:
23
23
# count: all
24
24
# capabilities: [gpu]
25
25
26
+ cap_add :
27
+ - SYS_ADMIN
28
+
29
+ security_opt :
30
+ - seccomp:unconfined
31
+
26
32
devices :
27
33
- " /dev/dri:/dev/dri"
28
34
# For AMD GPU
@@ -97,6 +103,14 @@ services:
97
103
- SYNCTHING_TRANSPORT_PORT_HOST=${SYNCTHING_TRANSPORT_PORT_HOST:-22999}
98
104
- SYNCTHING_URL=${SYNCTHING_URL:-}
99
105
# - PROVISIONING_SCRIPT=${PROVISIONING_SCRIPT:-}
106
+ # Vast.ai KVM testing
107
+ - VAST_TCP_PORT_1111=${VAST_TCP_PORT_1111}
108
+ - VAST_TCP_PORT_2222=${VAST_TCP_PORT_2222}
109
+ - VAST_TCP_PORT_6100=${VAST_TCP_PORT_6100}
110
+ - VAST_TCP_PORT_6200=${VAST_TCP_PORT_6200}
111
+ - VAST_TCP_PORT_8384=${VAST_TCP_PORT_8384}
112
+ - VAST_TCP_PORT_70000=${VAST_TCP_PORT_70000}
113
+ - VAST_TCP_PORT_72299=${VAST_TCP_PORT_72299}
100
114
101
115
# Magic bullet to solve networking issues - I don't like it
102
116
# Turn server works fine both within local network and for internet
You can’t perform that action at this time.
0 commit comments