akhil-vaidya commited on
Commit
abfb4bf
·
verified ·
1 Parent(s): 07d7f5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y \
51
  && rm -rf /var/lib/apt/lists/*
52
 
53
  COPY pyproject.toml ./
54
- COPY README.md
55
  COPY uv.lock ./
56
 
57
  RUN pip install -e . --break-system-packages
 
51
  && rm -rf /var/lib/apt/lists/*
52
 
53
  COPY pyproject.toml ./
54
+ COPY README.md ./
55
  COPY uv.lock ./
56
 
57
  RUN pip install -e . --break-system-packages