Skip to content

Commit 4ee1f5b

Browse files
committed
trying to fix dalai
1 parent d6a6549 commit 4ee1f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
# # image: toska/dalai:latest
5959
build:
6060
context: ./dalai
61-
dockerfile: ./dalai/dev.Dockerfile
61+
dockerfile: dev.Dockerfile
6262
environment:
6363
# - OLLAMA_URL=http://host.docker.internal:11434
6464
- OLLAMA_URL=http://ollama:11434

dalai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"scripts": {
4-
"start": "tsx worker.ts",
4+
"start": "node worker.ts",
55
"dev": "tsx watch worker.ts"
66
},
77
"dependencies": {

0 commit comments

Comments
 (0)