SANDRAMSC commited on
Commit
d1de41a
2 Parent(s): bc6b656 6da8c36

Merge branch 'sandramsc-dev' of https://github.com/sandramsc/DocVerifyRAG into sandramsc-dev

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
11
  # Install system dependencies
12
  RUN apt-get update \
13
  && apt-get install -y --no-install-recommends gcc \
14
- && rm rf /var/lib/apt/lists/*
15
 
16
  # Install application dependencies
17
  COPY requirements.txt /app/
 
11
  # Install system dependencies
12
  RUN apt-get update \
13
  && apt-get install -y --no-install-recommends gcc \
14
+ && rm -rf /var/lib/apt/lists/*
15
 
16
  # Install application dependencies
17
  COPY requirements.txt /app/