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 7c67c2d commit a350390Copy full SHA for a350390
Dockerfile
@@ -89,6 +89,6 @@ RUN rm -rf examples/rmg/rms_constant_V/* && \
89
git checkout -- examples/rmg/rms_constant_V/
90
91
# when running this image, open an interactive bash terminal inside the rmg_env conda environment
92
-RUN sed -i '/\. \/opt\/conda\/etc\/profile.d\/conda.sh && conda activate base/c\. /opt/conda/etc/profile.d/conda.sh && conda activate rmg_env' ~/.bashrc
+RUN sed -i 's/conda activate base/conda activate rmg_env/' ~/.bashrc
93
ENTRYPOINT ["/bin/bash", "--login"]
94
0 commit comments