Skip to content

Commit

Permalink
ii
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Jan 16, 2024
1 parent 66376d1 commit ea1754a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit ea1754a

Please sign in to comment.