From c6f740a278ef53f862ebb0643ecce2cb97bddaa3 Mon Sep 17 00:00:00 2001 From: a-saraf Date: Wed, 25 Oct 2023 05:06:03 +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 3087e2b6..1d9b209b 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 which conda +SHELL ["which", "conda"] RUN conda env create -f environment.yml RUN apt-get update && apt-get -y install libgmp-dev gcc g++