Skip to content

Commit

Permalink
Fix directurl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 30, 2024
1 parent fdbae11 commit 436c251
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", selkies: "1.6.1"}
- {latest: "false", selkies: "1.6.2"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -98,8 +98,8 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", selkies: "1.6.1", cuda: "12.1.1-cudnn8-runtime"}
- {latest: "false", selkies: "1.6.1", cuda: "12.1.1-cudnn8-devel"}
- {latest: "false", selkies: "1.6.2", cuda: "12.1.1-cudnn8-runtime"}
- {latest: "false", selkies: "1.6.2", cuda: "12.1.1-cudnn8-devel"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -180,8 +180,8 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", selkies: "1.6.1", rocm: "6.0-runtime"}
- {latest: "false", selkies: "1.6.1", rocm: "6.0-devel"}
- {latest: "false", selkies: "1.6.2", rocm: "6.0-runtime"}
- {latest: "false", selkies: "1.6.2", rocm: "6.0-devel"}
steps:
-
name: Free Space
Expand Down
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ services:
# count: all
# capabilities: [gpu]

cap_add:
- SYS_ADMIN

security_opt:
- seccomp:unconfined

devices:
- "/dev/dri:/dev/dri"
# For AMD GPU
Expand Down Expand Up @@ -97,6 +103,14 @@ services:
- SYNCTHING_TRANSPORT_PORT_HOST=${SYNCTHING_TRANSPORT_PORT_HOST:-22999}
- SYNCTHING_URL=${SYNCTHING_URL:-}
#- PROVISIONING_SCRIPT=${PROVISIONING_SCRIPT:-}
# Vast.ai KVM testing
- VAST_TCP_PORT_1111=${VAST_TCP_PORT_1111}
- VAST_TCP_PORT_2222=${VAST_TCP_PORT_2222}
- VAST_TCP_PORT_6100=${VAST_TCP_PORT_6100}
- VAST_TCP_PORT_6200=${VAST_TCP_PORT_6200}
- VAST_TCP_PORT_8384=${VAST_TCP_PORT_8384}
- VAST_TCP_PORT_70000=${VAST_TCP_PORT_70000}
- VAST_TCP_PORT_72299=${VAST_TCP_PORT_72299}

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

0 comments on commit 436c251

Please sign in to comment.