Skip to content

Commit c1792e4

Browse files
committed
run conda init first to make the next cmd work
1 parent 339b01d commit c1792e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@ RUN rm -rf examples/rmg/rms_constant_V/* && \
9696
git checkout -- examples/rmg/rms_constant_V/
9797

9898
# when running this image, open an interactive bash terminal inside the conda environment
99+
RUN conda init
99100
RUN echo "conda activate rmg_env" >> ~/.bashrc
100101
ENTRYPOINT ["/bin/bash", "--login"]

0 commit comments

Comments
 (0)