Another003 commited on
Commit
36a7777
·
verified ·
1 Parent(s): 627e7f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -5,8 +5,6 @@ WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
- RUN pip install git+https://github.com/sberbank-ai/Real-ESRGAN.git
9
- RUN pip install pillow
10
 
11
  COPY . .
12
 
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
 
8
 
9
  COPY . .
10