Skip to content

Commit bd88d68

Browse files
committed
fix: remove deockerfile.windows and add potential Windows error fix to readme
1 parent 1de78f6 commit bd88d68

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

Dockerfile.windows

Lines changed: 0 additions & 43 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ The Docker setup mimics a TEE environment and includes an Nginx server for routi
8888
docker build -t flare-ai-social .
8989
```
9090

91-
**NOTE:** For Windows users encountering DNS issues, you can use the alternative Windows Dockerfile:
92-
93-
```bash
94-
docker build -f Dockerfile.windows -t flare-ai-social .
95-
```
91+
**NOTE:** Windows users may encounter issues with `uv` due to incorrect parsing. For this try converting the `pyproject.toml` and `uv.lock` files to unix format.
9692

9793
2. **Run the Docker Container:**
9894

0 commit comments

Comments
 (0)