Skip to content

Commit

Permalink
One small error in Dockerfile for Elemental Golem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Reindl committed Nov 14, 2023
1 parent c133230 commit 17e8a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elemental-golem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN git clone https://github.com/noco-ai/elemental-golem.git /server
RUN pip install -r /server/requirements.txt
RUN mkdir -p /server/data/loras/
WORKDIR /server
CMD ["python3", "server.py", "--server-id", "golem1", "--vault-host",
"http://10.23.82.2:8200", "--vault-token-file", "/vault_share/read-token", "--vault-root", "spellbook", "--shared-models", "true"]
CMD ["python3", "server.py", "--server-id", "golem1", "--vault-host", "http://10.23.82.2:8200", "--vault-token-file", "/vault_share/read-token", "--vault-root", "spellbook", "--shared-models", "true"]
# CMD tail -f /dev/null
# python3 server.py --server-id golem1 --vault-host http://10.23.82.2:8200 --vault-token-file /vault_share/read-token --vault-root spellbook --shared-models true

0 comments on commit 17e8a52

Please sign in to comment.