WebashalarForML commited on
Commit
9717fc2
·
verified ·
1 Parent(s): c139d5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,8 +16,8 @@ COPY requirements.txt /app/
16
  RUN pip install --upgrade pip
17
 
18
  # (Optional) Install any necessary system dependencies
19
- RUN apt-get update && apt-get install -y gcc libjpeg-dev zlib1g-dev && \
20
- rm -rf /var/lib/apt/lists/*
21
 
22
  # Install dependencies
23
  RUN pip install --no-cache-dir -r requirements.txt
 
16
  RUN pip install --upgrade pip
17
 
18
  # (Optional) Install any necessary system dependencies
19
+ #RUN apt-get update && apt-get install -y gcc libjpeg-dev zlib1g-dev && \
20
+ # rm -rf /var/lib/apt/lists/*
21
 
22
  # Install dependencies
23
  RUN pip install --no-cache-dir -r requirements.txt