Skip to content

Commit

Permalink
upgrade bioserver version (#5)
Browse files Browse the repository at this point in the history
* upgrade bioserver

* add .bioserver.env.template

* modify comments

---------

Co-authored-by: fengsh <[email protected]>
  • Loading branch information
fengsh27 and fengsh authored Oct 20, 2023
1 parent c695d68 commit 776354a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .bioserver.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# If .bioserver.env doesn't provide OPENAI setup, customers need to set OPENAI API key in website
# OPENAI_API_TYPE=
# OPENAI_DEPLOYMENT_NAME=
# OPENAI_MODEL=
# OPENAI_API_VERSION=
# OPENAI_API_BASE=
# OPENAI_API_KEY=

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- BASE_URL=http://flask-app:5000

flask-app:
image: frankfeng78/bioserver:0.3.0
image: frankfeng78/bioserver:0.4.0
env_file:
- .bioserver.env
ports:
Expand Down

0 comments on commit 776354a

Please sign in to comment.