Spaces:
Sleeping
Sleeping
Update loader.Dockerfile
Browse files- loader.Dockerfile +0 -9
loader.Dockerfile
CHANGED
|
@@ -17,15 +17,6 @@ COPY utils.py .
|
|
| 17 |
COPY chains.py .
|
| 18 |
COPY images ./images
|
| 19 |
|
| 20 |
-
ARG UID=10001
|
| 21 |
-
RUN adduser \
|
| 22 |
-
--disabled-password \
|
| 23 |
-
--gecos "" \
|
| 24 |
-
--home "/nonexistent" \
|
| 25 |
-
--shell "/sbin/nologin" \
|
| 26 |
-
--no-create-home \
|
| 27 |
-
--uid "${UID}" \
|
| 28 |
-
appuser
|
| 29 |
|
| 30 |
EXPOSE 8502
|
| 31 |
|
|
|
|
| 17 |
COPY chains.py .
|
| 18 |
COPY images ./images
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
EXPOSE 8502
|
| 22 |
|