jaothan commited on
Commit
54a956f
·
verified ·
1 Parent(s): 349a057

Update loader.Dockerfile

Browse files
Files changed (1) hide show
  1. 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