Skip to content

Commit e4d7815

Browse files
authored
feat: add environments in global bashrc file (OpenHands#2486)
1 parent e001c6a commit e4d7815

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

containers/sandbox/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN wget "https://github.com/conda-forge/miniforge/releases/latest/download/Mini
3636
RUN bash Miniforge3-$(uname)-$(uname -m).sh -b -p /opendevin/miniforge3
3737
RUN bash -c ". /opendevin/miniforge3/etc/profile.d/conda.sh && conda config --set changeps1 False && conda config --append channels conda-forge"
3838
RUN echo "export PATH=/opendevin/miniforge3/bin:$PATH" >> ~/.bashrc
39+
RUN echo "export PATH=/opendevin/miniforge3/bin:$PATH" >> /opendevin/bash.bashrc
3940

4041
# - agentskills dependencies
4142
RUN /opendevin/miniforge3/bin/pip install --upgrade pip

0 commit comments

Comments
 (0)