Skip to content

Commit

Permalink
fix missing deepMask submodule issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed May 3, 2022
1 parent cdc2701 commit 59d8f12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ignore deepMask
# git clone <> in Dockerfile instead
# app/deepMask
app/deepMask
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ COPY app/ /app/

RUN sudo chmod -R 777 /app && sudo chmod +x /app/inference.py

RUN git clone --depth 1 https://github.com/NOEL-MNI/deepMask.git && rm -rf deepMask/.git

CMD ["python3"]

0 comments on commit 59d8f12

Please sign in to comment.