Revert custom Dockerfile - not needed, adapter installs on persistent volume
The Hermes adapter can be installed once via Paperclip's adapter management API and persists on the Docker volume across restarts. No custom Dockerfile or build step required.
This commit is contained in:
@@ -115,8 +115,7 @@ services:
|
||||
- ai_backend
|
||||
|
||||
paperclip:
|
||||
build:
|
||||
context: ./paperclip
|
||||
image: ghcr.io/paperclipai/paperclip:v2026.517.0
|
||||
container_name: paperclip
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user