Skip to content

Commit 436c251

Browse files
committed
Fix directurl.sh
1 parent fdbae11 commit 436c251

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
build:
19-
- {latest: "true", selkies: "1.6.1"}
19+
- {latest: "false", selkies: "1.6.2"}
2020
steps:
2121
-
2222
name: Free Space
@@ -98,8 +98,8 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
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"}
103103
steps:
104104
-
105105
name: Free Space
@@ -180,8 +180,8 @@ jobs:
180180
fail-fast: false
181181
matrix:
182182
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"}
185185
steps:
186186
-
187187
name: Free Space

docker-compose.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ services:
2323
# count: all
2424
# capabilities: [gpu]
2525

26+
cap_add:
27+
- SYS_ADMIN
28+
29+
security_opt:
30+
- seccomp:unconfined
31+
2632
devices:
2733
- "/dev/dri:/dev/dri"
2834
# For AMD GPU
@@ -97,6 +103,14 @@ services:
97103
- SYNCTHING_TRANSPORT_PORT_HOST=${SYNCTHING_TRANSPORT_PORT_HOST:-22999}
98104
- SYNCTHING_URL=${SYNCTHING_URL:-}
99105
#- 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}
100114

101115
# Magic bullet to solve networking issues - I don't like it
102116
# Turn server works fine both within local network and for internet

0 commit comments

Comments
 (0)