Skip to content

Commit

Permalink
Merge pull request #19 from jonfairbanks/develop
Browse files Browse the repository at this point in the history
Update docker-compose to better support Windows hosts
  • Loading branch information
jonfairbanks authored Feb 29, 2024
2 parents 09b38a8 + 8360ce9 commit 4b6f623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions components/tabs/local_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def local_files():
"pdf",
"ppt",
"pptx",
"txt"
),
disabled=True,
)
Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ services:
- TZ=America/Los_Angeles
ports:
- '8501:8501/tcp'
volumes:
- ./data:/home/appuser/data:rw
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids: ['0']
capabilities: [gpu]

volumes:
local-rag: {}

0 comments on commit 4b6f623

Please sign in to comment.