MiklX commited on
Commit
8112655
1 Parent(s): bb78d6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  # Add the current directory contents into the container at /app
6
  ADD . /app
7
  # Install any needed packages specified in requirements.txt
8
- RUN pip install --no-cache-dir flask easyocr pillow requests
9
  # Make port 7860 available to the world outside this container
10
  EXPOSE 7860
11
  # Define environment variable
 
5
  # Add the current directory contents into the container at /app
6
  ADD . /app
7
  # Install any needed packages specified in requirements.txt
8
+ RUN pip install --no-cache-dir flask requests
9
  # Make port 7860 available to the world outside this container
10
  EXPOSE 7860
11
  # Define environment variable