We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf7d3f commit 73e2fe7Copy full SHA for 73e2fe7
docker/DOCKER_README.md
@@ -73,12 +73,6 @@ docker network create codewiki-network
73
docker-compose -f docker/docker-compose.yml up -d
74
```
75
76
-**Option B: From docker directory**
77
-```bash
78
-cd docker
79
-docker-compose up -d
80
-```
81
-
82
### 5. Access the Application
83
84
- Web Application: http://localhost:8000
requirements.txt
@@ -46,6 +46,7 @@ httpcore==1.0.9
46
httpx==0.28.1
47
httpx-sse==0.4.0
48
huggingface-hub==0.34.3
49
+keyring>=24.0.0
50
idna==3.10
51
importlib_metadata==8.7.0
52
invoke==2.2.0
0 commit comments