Skip to content

Commit

Permalink
openai package install: revert to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Oct 1, 2024
1 parent 77e9ca2 commit ddba489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ COPY package*.json ./

COPY . .

#RUN npm install openai
# this wouldn't install from package.json for some reason... tried >1.0.0 there.
RUN npm install openai
# this version is compatible, but I want to try via package.json:
#RUN npm install @sveltejs/adapter-node@1.0.0

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"openai": "^1.0.0",
"vite": "^4.0.0"
},
"type": "module",
Expand Down

0 comments on commit ddba489

Please sign in to comment.