LivePortrait / DockerfileAPI
Desident's picture
Deploy clean pipeline without heavy demo binaries
827f5b6
Raw
History Blame Contribute Delete
233 Bytes
FROM shaoguo/faster_liveportrait:v3
USER root
RUN mkdir -p /root/FasterLiveportrait
RUN chown -R /root/FasterLiveportrait
COPY . /root/FasterLiveportrait
WORKDIR /root/FasterLiveportrait
CMD ["/bin/bash && bash scripts/start_api.sh"]