bcadkins01 commited on
Commit
0894f45
·
verified ·
1 Parent(s): 397a799

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -7,6 +7,9 @@ RUN apt-get update && apt-get install -y \
7
  curl \
8
  software-properties-common \
9
  git \
 
 
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  COPY requirements.txt ./
 
7
  curl \
8
  software-properties-common \
9
  git \
10
+ libxrender1 \
11
+ libxext6 \
12
+ libgomp1 \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  COPY requirements.txt ./