Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit f46188c

Browse files
Remove Apriltag support
1 parent bef2506 commit f46188c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

raspberry_pi/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ RUN pip3 install debugpy
3636
RUN pip3 install numpy
3737
RUN pip3 install aiohttp
3838
# RUN pip3 install opencv-python
39-
RUN pip3 install --prefer-binary robotpy-wpiutil
40-
RUN pip3 install --prefer-binary robotpy-wpimath
41-
RUN pip3 install --prefer-binary robotpy-wpinet
42-
RUN pip3 install --prefer-binary robotpy-hal
43-
RUN pip3 install --prefer-binary robotpy-halsim
44-
RUN pip3 install --prefer-binary robotpy-commands-v2
45-
RUN pip3 install --prefer-binary robotpy
46-
# Then install the additional robotpy packages
47-
RUN pip3 install robotpy-cscore
48-
RUN pip3 install robotpy-apriltag
39+
# RUN pip3 install --prefer-binary robotpy-wpiutil
40+
# RUN pip3 install --prefer-binary robotpy-wpimath
41+
# RUN pip3 install --prefer-binary robotpy-wpinet
42+
# RUN pip3 install --prefer-binary robotpy-hal
43+
# RUN pip3 install --prefer-binary robotpy-halsim
44+
# RUN pip3 install --prefer-binary robotpy-commands-v2
45+
# RUN pip3 install --prefer-binary robotpy
46+
# # Then install the additional robotpy packages
47+
# RUN pip3 install robotpy-cscore
48+
# RUN pip3 install robotpy-apriltag
4949

5050
# Create app directory
5151
WORKDIR /team100

0 commit comments

Comments
 (0)