gahanmakwana commited on
Commit
08bf819
·
1 Parent(s): 6cd5e85

newddocker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
  RUN apt-get update && apt-get install -y \
9
  libgl1-mesa-glx \
10
  libgomp1 \
 
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Install Python dependencies
 
8
  RUN apt-get update && apt-get install -y \
9
  libgl1-mesa-glx \
10
  libgomp1 \
11
+ libglib2.0-0 \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Install Python dependencies