This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ RUN pip3 install debugpy
36
36
RUN pip3 install numpy
37
37
RUN pip3 install aiohttp
38
38
# 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
49
49
50
50
# Create app directory
51
51
WORKDIR /team100
You can’t perform that action at this time.
0 commit comments