WebashalarForML commited on
Commit
7a7785f
1 Parent(s): e930c2d

Update Dockerfile

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