Merge pull request #943 from serengil/feat-task-0201-docker-script

script fixed
This commit is contained in:
Sefik Ilkin Serengil 2024-01-02 21:54:15 +00:00 committed by GitHub
commit 20edf2c8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
# Dockerfile is in the root
cd ..
# start docker
# sudo service docker start
@ -8,7 +11,7 @@
# docker rm -f $(docker ps -a -q --filter "ancestor=deepface")
# build deepface image
docker build -t deepface_image .
docker build -t deepface .
# copy weights from your local
# docker cp ~/.deepface/weights/. <CONTAINER_ID>:/root/.deepface/weights/