Skip to content

Commit

Permalink
minor conda
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Oct 25, 2023
1 parent fbaa09f commit 35b8527
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ RUN touch /home/workspace/.nointro
RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace

#RUN conda install
RUN which conda
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
SHELL ["/bin/bash", "--login", "-c"]
RUN conda init bash
RUN conda env create -f environment.yml
CMD conda init bash
CMD conda env create -f environment.yml
RUN apt-get update && apt-get -y install libgmp-dev gcc g++

# Make RUN commands use the new environment:
Expand Down

0 comments on commit 35b8527

Please sign in to comment.