Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -41,9 +41,9 @@ RUN apt-get update && apt-get install -y --fix-missing \
|
|
41 |
# Link Python and Pip commands
|
42 |
RUN ln -sv /usr/bin/python3 /usr/bin/python && ln -sv /usr/bin/pip3 /usr/bin/pip
|
43 |
|
44 |
-
# Copy dependencies from the base stage
|
45 |
-
COPY --from=base /home/user/.local /home/user/.local
|
46 |
-
COPY --from=base /app /app
|
47 |
|
48 |
# Install additional Python packages
|
49 |
RUN pip install --no-cache-dir scikit-build
|
|
|
41 |
# Link Python and Pip commands
|
42 |
RUN ln -sv /usr/bin/python3 /usr/bin/python && ln -sv /usr/bin/pip3 /usr/bin/pip
|
43 |
|
44 |
+
# # Copy dependencies from the base stage
|
45 |
+
# COPY --from=base /home/user/.local /home/user/.local
|
46 |
+
# COPY --from=base /app /app
|
47 |
|
48 |
# Install additional Python packages
|
49 |
RUN pip install --no-cache-dir scikit-build
|