ramedde commited on
Commit
9ad43e6
·
verified ·
1 Parent(s): 3da727a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -9,6 +9,9 @@ RUN apt-get update && apt-get install -y \
9
  cmake \
10
  rsync \
11
  libgl1 \
 
 
 
12
  && rm -rf /var/lib/apt/lists/* \
13
  && git lfs install
14
 
@@ -19,6 +22,7 @@ WORKDIR /app
19
  RUN pip install --no-cache-dir --upgrade pip
20
 
21
  COPY requirements.txt .
 
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  RUN pip install --no-cache-dir \
 
9
  cmake \
10
  rsync \
11
  libgl1 \
12
+ g++ \
13
+ gcc \
14
+ build-essential \
15
  && rm -rf /var/lib/apt/lists/* \
16
  && git lfs install
17
 
 
22
  RUN pip install --no-cache-dir --upgrade pip
23
 
24
  COPY requirements.txt .
25
+
26
  RUN pip install --no-cache-dir -r requirements.txt
27
 
28
  RUN pip install --no-cache-dir \