uripper commited on
Commit
2ba69f0
·
1 Parent(s): 200fd7d
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -7,7 +7,6 @@ WORKDIR /app
7
  # Copy the current directory contents into the container at /app
8
  COPY . /app
9
 
10
-
11
  # Install any needed packages specified in requirements.txt
12
  RUN pip install --no-cache-dir -r /app/requirements.txt
13
 
 
7
  # Copy the current directory contents into the container at /app
8
  COPY . /app
9
 
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12