mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-02 10:36:47 +01:00
Fixes OSError: Protocol not found
Fixes an issue with tcp not being found in the protocols list
This commit is contained in:
parent
f7993d5ef1
commit
92a8f7beee
@ -7,6 +7,7 @@ services:
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
- /etc/protocols:/etc/protocols:ro
|
||||
- ../:/content/
|
||||
- $HOME/.Xauthority:/home/micromamba/.Xauthority:rw
|
||||
devices:
|
||||
|
Loading…
x
Reference in New Issue
Block a user