Skip to content

Commit 73e2fe7

Browse files
committed
add missing libs and adjust corresponding readme
1 parent 2bf7d3f commit 73e2fe7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docker/DOCKER_README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ docker network create codewiki-network
7373
docker-compose -f docker/docker-compose.yml up -d
7474
```
7575

76-
**Option B: From docker directory**
77-
```bash
78-
cd docker
79-
docker-compose up -d
80-
```
81-
8276
### 5. Access the Application
8377

8478
- Web Application: http://localhost:8000

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ httpcore==1.0.9
4646
httpx==0.28.1
4747
httpx-sse==0.4.0
4848
huggingface-hub==0.34.3
49+
keyring>=24.0.0
4950
idna==3.10
5051
importlib_metadata==8.7.0
5152
invoke==2.2.0

0 commit comments

Comments
 (0)