reidddd commited on
Commit
4b72e1d
·
1 Parent(s): a24715a

update import detectron2

Browse files
Files changed (1) hide show
  1. 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