We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e001c6a commit e4d7815Copy full SHA for e4d7815
1 file changed
containers/sandbox/Dockerfile
@@ -36,6 +36,7 @@ RUN wget "https://github.com/conda-forge/miniforge/releases/latest/download/Mini
36
RUN bash Miniforge3-$(uname)-$(uname -m).sh -b -p /opendevin/miniforge3
37
RUN bash -c ". /opendevin/miniforge3/etc/profile.d/conda.sh && conda config --set changeps1 False && conda config --append channels conda-forge"
38
RUN echo "export PATH=/opendevin/miniforge3/bin:$PATH" >> ~/.bashrc
39
+RUN echo "export PATH=/opendevin/miniforge3/bin:$PATH" >> /opendevin/bash.bashrc
40
41
# - agentskills dependencies
42
RUN /opendevin/miniforge3/bin/pip install --upgrade pip
0 commit comments