Skip to content

Commit a723ada

Browse files
committed
fixed python versions
1 parent 6879ce0 commit a723ada

File tree

3 files changed

+21
-46
lines changed

3 files changed

+21
-46
lines changed

ROS2/AMD64x86/wheelchair2_base_gazebo/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,3 @@ RUN sudo mkdir -p /home/container_user/conda_envs
143143
WORKDIR /home/container_user/conda_envs
144144
COPY detection1.yml .
145145
RUN conda env create -f detection1.yml
146-
147-
COPY detection2.yml .
148-
RUN conda env create -f detection2.yml
Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
name: detection
1+
name: detection1
22
channels:
3+
- conda-forge
34
- defaults
45
dependencies:
5-
- python=3.9
6-
- pip
6+
- python=3.9
7+
- pip
8+
- numpy=1.24.2
9+
- scipy
10+
- pandas=2.3.0
11+
- matplotlib
12+
- jupyterlab
13+
- scikit-learn
14+
- pillow=11.3.0
715
- pip:
8-
- "numpy<2"
9-
- ultralytics
10-
- ros2_numpy
11-
- torch
12-
- torchvision
13-
- matplotlib
14-
- scikit-learn
16+
- opencv-python==4.11.0.86
17+
- open3d==0.19.0
18+
- pyquaternion==0.9.9
19+
- torch==2.7.1
20+
- torchvision==0.22.1
21+
- torchmetrics
22+
- torchsummary
23+
- ultralytics==8.3.172
24+
- ros2_numpy==0.0.4
25+

ROS2/AMD64x86/wheelchair2_base_gazebo/detection2.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)