bendahmane-ustomb commited on
Commit
5d5157f
·
1 Parent(s): 3256f26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -8
Dockerfile CHANGED
@@ -5,14 +5,6 @@ FROM python:3.9
5
 
6
  WORKDIR /code
7
 
8
- RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
9
- RUN apt-get -y install build-essential libgl1-mesa-dev libassimp-dev libfontconfig1 libdbus-1-3 wget
10
- RUN apt-get -y install libx11-dev
11
- RUN apt-get -y install tk
12
-
13
- RUN apt-get -y install libgirepository1.0-dev
14
-
15
-
16
  COPY ./requirements.txt /code/requirements.txt
17
 
18
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
5
 
6
  WORKDIR /code
7
 
 
 
 
 
 
 
 
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt