We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a6549 commit 4ee1f5bCopy full SHA for 4ee1f5b
compose.yaml
@@ -58,7 +58,7 @@ services:
58
# # image: toska/dalai:latest
59
build:
60
context: ./dalai
61
- dockerfile: ./dalai/dev.Dockerfile
+ dockerfile: dev.Dockerfile
62
environment:
63
# - OLLAMA_URL=http://host.docker.internal:11434
64
- OLLAMA_URL=http://ollama:11434
dalai/package.json
@@ -1,7 +1,7 @@
1
{
2
"type": "module",
3
"scripts": {
4
- "start": "tsx worker.ts",
+ "start": "node worker.ts",
5
"dev": "tsx watch worker.ts"
6
},
7
"dependencies": {
0 commit comments