reidddd commited on
Commit
d1c15a7
·
1 Parent(s): d86c7bd

update import detectron2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -68,6 +68,7 @@ RUN pip install --no-cache-dir 'git+https://github.com/facebookresearch/fvcore'
68
  # Set the working directory and environment
69
  USER user
70
  ENV HOME=/home/user
 
71
  WORKDIR $HOME/app
72
 
73
  # Expose application port and set default command
 
68
  # Set the working directory and environment
69
  USER user
70
  ENV HOME=/home/user
71
+ COPY --chown=user . $HOME/app
72
  WORKDIR $HOME/app
73
 
74
  # Expose application port and set default command