Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aymenfurter committed Aug 7, 2024
2 parents 7d83084 + 5a27747 commit 1386e5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module app 'core/host/container-app.bicep' = {
name: '${environmentName}-app'
location: location
identityType: 'SystemAssigned'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:aa7ab61b192a35e944e490e9f0cd2591ee2fcd58'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:d45943ddec0fcbcd1d24d529349993034e1f9c8e'
tags: { 'azd-service-name': 'app' }
containerAppsEnvironmentName: containerApps.outputs.environmentName
env: [
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
"value": "SystemAssigned"
},
"imageName": {
"value": "ghcr.io/aymenfurter/smartrag/smartrag:aa7ab61b192a35e944e490e9f0cd2591ee2fcd58"
"value": "ghcr.io/aymenfurter/smartrag/smartrag:d45943ddec0fcbcd1d24d529349993034e1f9c8e"
},
"tags": {
"value": {
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ tenacity
flask-socketio
gunicorn
gevent
graphrag==0.1.1
graphrag==0.2.0
pandas
adlfs
fsspec
azure-data-tables
flask[async]
gevent-websocket
asgiref
nest_asyncio
nest_asyncio

0 comments on commit 1386e5e

Please sign in to comment.