We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e497e04 commit c0de7f9Copy full SHA for c0de7f9
ROS2/AMD64x86/wheelchair2_base_gazebo/Dockerfile
@@ -123,7 +123,9 @@ RUN mkdir -p ~/miniconda3 && \
123
conda init --all && \
124
conda config --set auto_activate_base false
125
126
-RUN sudo mkdir -p /home/$USERNAME/conda_envs
127
-COPY detection.yml /home/$USERNAME/conda_envs/detection.yml
128
-WORKDIR /home/$USERNAME/conda_envs
+RUN sudo mkdir -p /home/container_user/conda_envs
+COPY detection.yml /home/container_user/conda_envs/detection.yml
+WORKDIR /home/container_user/conda_envs
129
+ENV PATH /home/container_user/miniconda3/bin:$PATH
130
RUN conda env create -f detection.yml
131
+
0 commit comments