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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY ./requirements.txt /code/requirements.txt
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
 
15
  RUN useradd -m -u 1000 user
16
 
@@ -22,5 +22,6 @@ ENV HOME=/home/user \
22
  WORKDIR $HOME/app
23
 
24
  COPY --chown=user . $HOME/app
 
25
  RUN ["python", "initialSetup.py"]
26
  CMD ["python", "main.py"]
 
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 ffmpeg libsm6 libxext6 -y
14
 
15
  RUN useradd -m -u 1000 user
16
 
 
22
  WORKDIR $HOME/app
23
 
24
  COPY --chown=user . $HOME/app
25
+
26
  RUN ["python", "initialSetup.py"]
27
  CMD ["python", "main.py"]