Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 12 |
# libffi-dev \
|
| 13 |
# libssl-dev \
|
| 14 |
# python3-wheel \
|
| 15 |
-
|
| 16 |
|
| 17 |
COPY requirements.txt .
|
| 18 |
RUN pip3 install -r requirements.txt
|
|
|
|
| 12 |
# libffi-dev \
|
| 13 |
# libssl-dev \
|
| 14 |
# python3-wheel \
|
| 15 |
+
|
| 16 |
|
| 17 |
COPY requirements.txt .
|
| 18 |
RUN pip3 install -r requirements.txt
|