Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -11,10 +11,11 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
--no-install-recommends \
|
| 12 |
&& apt-get clean \
|
| 13 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
| 14 |
RUN apt-get install poppler-utils -y
|
| 15 |
|
| 16 |
|
| 17 |
-
RUN pip3 install torch
|
| 18 |
RUN useradd -m -u 1000 user
|
| 19 |
|
| 20 |
USER user
|
|
|
|
| 11 |
--no-install-recommends \
|
| 12 |
&& apt-get clean \
|
| 13 |
&& rm -rf /var/lib/apt/lists/*
|
| 14 |
+
|
| 15 |
RUN apt-get install poppler-utils -y
|
| 16 |
|
| 17 |
|
| 18 |
+
RUN pip3 install torch
|
| 19 |
RUN useradd -m -u 1000 user
|
| 20 |
|
| 21 |
USER user
|