Update 'face_recognition/Dockerfile'
This commit is contained in:
parent
aa8634bf84
commit
69a6ac76e0
@ -4,6 +4,7 @@ WORKDIR /app
|
|||||||
RUN pip install CMake
|
RUN pip install CMake
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
RUN rm requirements.txt
|
RUN rm requirements.txt
|
||||||
|
RUN pip install base64
|
||||||
RUN useradd -ms /bin/bash admin
|
RUN useradd -ms /bin/bash admin
|
||||||
USER admin
|
USER admin
|
||||||
COPY /app .
|
COPY /app .
|
||||||
|
Loading…
Reference in New Issue
Block a user