Update Dockerfile
Browse files- 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
|