diff --git a/sims/Timeloop/Dockerfile b/sims/Timeloop/Dockerfile index 1f8387e1..44986075 100644 --- a/sims/Timeloop/Dockerfile +++ b/sims/Timeloop/Dockerfile @@ -26,6 +26,8 @@ RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace #RUN conda install RUN git clone --recursive https://github.com/srivatsankrishnan/oss-arch-gym.git +RUN git status +RUN git log --oneline --graph --decorate -10 RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace RUN cd oss-arch-gym && conda env create -f environment.yml RUN apt-get update && apt-get -y install libgmp-dev gcc g++