dinhquangson commited on
Commit
4192981
·
verified ·
1 Parent(s): 9894abc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ WORKDIR /code
7
  # Copy the current directory contents into the container at /code
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
- RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
11
- RUN apt-get install libjpeg-dev
12
  # Install requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
 
7
  # Copy the current directory contents into the container at /code
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
+ #RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
11
+ #RUN apt-get install libjpeg-dev
12
  # Install requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14