Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
COPY ./requirements.txt /app/requirements.txt
|
9 |
|
10 |
# Install all packages in requirements.txt
|
11 |
-
RUN pip install --no-cache-dir --upgrade -r
|
12 |
|
13 |
COPY . /app
|
14 |
|
|
|
8 |
COPY ./requirements.txt /app/requirements.txt
|
9 |
|
10 |
# Install all packages in requirements.txt
|
11 |
+
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
12 |
|
13 |
COPY . /app
|
14 |
|