Try with aamd gpu
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM localai/localai:latest-cpu
|
FROM localai/localai:latest-gpu-hipblas
|
||||||
|
|
||||||
# Installer bashio pour Home Assistant
|
# Installer bashio pour Home Assistant
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
name: "LocalAI P2P Worker"
|
name: "LocalAI P2P Worker"
|
||||||
version: "1.0.4.13"
|
version: "1.0.5"
|
||||||
slug: "localai-p2p-worker"
|
slug: "localai-p2p-worker"
|
||||||
description: "LocalAI P2P federation worker node"
|
description: "LocalAI P2P federation worker node"
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
host_network: true # OBLIGATOIRE pour P2P
|
host_network: true # OBLIGATOIRE pour P2P
|
||||||
|
devices:
|
||||||
|
- /dev/kfd
|
||||||
|
- /dev/dri
|
||||||
startup: application
|
startup: application
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 8080
|
ingress_port: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user