From 7e507253213756b3213421af6e80006dd2faa89a Mon Sep 17 00:00:00 2001 From: a-saraf Date: Thu, 26 Oct 2023 10:45:52 +0530 Subject: [PATCH] minor --- sims/Timeloop/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/sims/Timeloop/Dockerfile b/sims/Timeloop/Dockerfile index 84e7c52a..a1da4a76 100644 --- a/sims/Timeloop/Dockerfile +++ b/sims/Timeloop/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update && apt-get -y install libgmp-dev gcc g++ # Make RUN commands use the new environment: RUN echo "conda activate arch-gym" >> ~/.bashrc +SHELL ["/bin/bash", "-i", "-c"] CMD conda run -n arch-gym SHELL ["/bin/bash", "--login", "-c"]