PawinC commited on
Commit
3abaa84
1 Parent(s): 5449492

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /code
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
11
  RUN apt update
12
  RUN apt install libvulkan-dev -y
13
 
@@ -21,6 +22,5 @@ ENV HOME=/home/user \
21
  WORKDIR $HOME/app
22
 
23
  COPY --chown=user . $HOME/app
24
-
25
  RUN ["python", "initialSetup.py"]
26
  CMD ["python", "main.py"]
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
+ RUN pip install git+https://github.com/sberbank-ai/Real-ESRGAN.git
12
  RUN apt update
13
  RUN apt install libvulkan-dev -y
14
 
 
22
  WORKDIR $HOME/app
23
 
24
  COPY --chown=user . $HOME/app
 
25
  RUN ["python", "initialSetup.py"]
26
  CMD ["python", "main.py"]