rodrigomasini commited on
Commit
f6a3cf4
·
verified ·
1 Parent(s): a00ffbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
28
  pip install --no-cache-dir -r requirements.txt
29
 
30
  # Copy the application code into the container
31
- COPY magic_pdf_parser.py .
32
  COPY main.py .
33
 
34
  # Create the default model directory and a temp directory
 
28
  pip install --no-cache-dir -r requirements.txt
29
 
30
  # Copy the application code into the container
31
+ COPY mdr_pdf_parser.py .
32
  COPY main.py .
33
 
34
  # Create the default model directory and a temp directory