Jeyzimtech commited on
Commit
35de30d
·
verified ·
1 Parent(s): b875fc4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
5
- # Install dependencies needed for image processing and PyTorch
6
- RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0
7
 
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
 
2
 
3
  WORKDIR /app
4
 
 
 
5
 
6
  COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt