From 9559729bc16f96673f0d6a79b1e24f34c4501466 Mon Sep 17 00:00:00 2001 From: a-saraf Date: Wed, 25 Oct 2023 07:59:29 +0530 Subject: [PATCH] minor conda --- sims/Timeloop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sims/Timeloop/Dockerfile b/sims/Timeloop/Dockerfile index 701206ae..9d30fda7 100644 --- a/sims/Timeloop/Dockerfile +++ b/sims/Timeloop/Dockerfile @@ -26,7 +26,7 @@ RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace RUN git clone --recursive https://github.com/srivatsankrishnan/oss-arch-gym.git RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace RUN cd oss-arch-gym -RUN echo "which conda" +SHELL ["which", "conda"] # RUN conda env create -f environment.yml # RUN apt-get update && apt-get -y install libgmp-dev gcc g++