WebashalarForML commited on
Commit
e930c2d
1 Parent(s): ee3f2d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ WORKDIR /app
12
  RUN apt-get update && apt-get install -y \
13
  libgl1-mesa-glx \
14
  libgomp1 \
 
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
  # Copy the requirements file into the container at /app
 
12
  RUN apt-get update && apt-get install -y \
13
  libgl1-mesa-glx \
14
  libgomp1 \
15
+ libglib2.0-0:i386\
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Copy the requirements file into the container at /app