Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- 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
|