Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --fix-missing \
|
|
40 |
|
41 |
|
42 |
# Link Python and Pip commands
|
43 |
-
RUN ln -sv /usr/bin/python3 /usr/bin/python && ln -sv /usr/bin/pip3 /usr/bin/pip
|
44 |
|
45 |
# # Copy dependencies from the base stage
|
46 |
# COPY --from=base /home/user/.local /home/user/.local
|
|
|
40 |
|
41 |
|
42 |
# Link Python and Pip commands
|
43 |
+
# RUN ln -sv /usr/bin/python3 /usr/bin/python && ln -sv /usr/bin/pip3 /usr/bin/pip
|
44 |
|
45 |
# # Copy dependencies from the base stage
|
46 |
# COPY --from=base /home/user/.local /home/user/.local
|