You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: updated same as README
* fix: date time error while diplaying papers from zotero
* chores: updated index for talk2scholars dockerfile
* chores: updated readme for talk2scholars dockerfile
* feat: added dockerfile for talk2scholars
* fix: updated docker file for better support
* feat: matrix strategy for parallel deployement
* chores: updated readme for talk2scholars dockerfile
* chores: updated readme for talk2scholars dockerfile
* chores: updated readme for talk2scholars dockerfile
* chores: updated readme for talk2scholars dockerfile
* feat: Detects changes and runs only the necessary build jobs
* feat: Detects changes and runs only the necessary build jobs
* fix: Fix Docker login: Use vars for DOCKERHUB_USERNAME
* fix: Debug Git Tag
* fix: git tags
* fix: Auto-increments version
* fix: retry with with method
* fix: Now uses the latest tag directly from semantic-release
* fix: If no tag is found, it provides a meaningful fallback version
* fix: Moved version generation directly into each build job
* fix: Using a hardcoded v0.1.0-test version for both modules
* fix: tags error fix
* feat: Make CI workflow run after a RELEASE workflow
* fix: A step that gets the latest git tag using git describe --tags --abbrev=0
* fix: Removed the invalid condition from the workflow trigger
* fix: I've simplified the workflow to just use the basic workflow_run trigger without any additional conditions.
* feat: Uses the dorny/paths-filter@v2 action to detect file changes in specific directories
* feat: adding automatic version incrementing
- Ensure you **replace `<your_openai_api_key>`, `<your_nvidia_api_key>`, `<your_zotero_api_key>`, and `<your_zotero_user_id>`** with your actual credentials.
86
+
- Both applications use **port `8501`**, so run them on different ports if needed:
87
+
```bash
88
+
docker run -d -e OPENAI_API_KEY=<your_openai_api_key> -p 8501:8501 virtualpatientengine/talk2scholars
89
+
```
90
+
Then, access it via `http://localhost:8501`.
91
+
51
92
#### Option 3: git
52
93
53
94
1.**Clone the repository:**
@@ -63,9 +104,6 @@ _Please note that this option is currently available only for Talk2Biomodels._
0 commit comments