Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
11 |
# Install system dependencies
|
12 |
RUN apt-get update \
|
13 |
&& apt-get install -y --no-install-recommends gcc \
|
14 |
-
&& rm rf /var/lib/apt/lists/*
|
15 |
|
16 |
# Install application dependencies
|
17 |
COPY requirements.txt /app/
|
|
|
11 |
# Install system dependencies
|
12 |
RUN apt-get update \
|
13 |
&& apt-get install -y --no-install-recommends gcc \
|
14 |
+
&& rm -rf /var/lib/apt/lists/*
|
15 |
|
16 |
# Install application dependencies
|
17 |
COPY requirements.txt /app/
|