Anjali04-15 commited on
Commit
7326c71
·
1 Parent(s): 7982e5c

change to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . /app
10
  # Install system dependencies for PIL and PyTorch
11
  RUN apt-get update && apt-get install -y \
12
  gcc \
13
- libgl1-mesa-glx \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  # Upgrade pip and install python dependencies
 
10
  # Install system dependencies for PIL and PyTorch
11
  RUN apt-get update && apt-get install -y \
12
  gcc \
13
+ libgl1 \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  # Upgrade pip and install python dependencies