bla commited on
Commit
84dd5e0
·
verified ·
1 Parent(s): e1e9fc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -16,8 +16,7 @@ RUN apt-get update && apt-get install -y \
16
  # Clone the repo
17
  RUN git clone https://github.com/Aws-killer/ImageEditor.git .
18
 
19
- # Install Python dependencies
20
- COPY requirements.txt .
21
  RUN pip install --upgrade pip
22
  RUN pip install -r requirements.txt
23
 
 
16
  # Clone the repo
17
  RUN git clone https://github.com/Aws-killer/ImageEditor.git .
18
 
19
+
 
20
  RUN pip install --upgrade pip
21
  RUN pip install -r requirements.txt
22