Skip to content

Commit

Permalink
Merge pull request #943 from serengil/feat-task-0201-docker-script
Browse files Browse the repository at this point in the history
script fixed
  • Loading branch information
serengil authored Jan 2, 2024
2 parents d59b275 + 9aa2cf4 commit 20edf2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/dockerize.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Dockerfile is in the root
cd ..

# start docker
# sudo service docker start

Expand All @@ -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/
Expand Down

0 comments on commit 20edf2c

Please sign in to comment.