diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 7ee852e..9196b5d 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 @@ -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 @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 896e3ef..fc9416d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 @@ -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