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 24, 2023
1 parent e800d79 commit 1bb8b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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
COPY oss-arch-gym/environment.yml .
RUN /opt/conda/bin/conda env create -f oss-arch-gym/environment.yml
SHELL ["/bin/bash", "--login", "-c"]
RUN conda env create -f oss-arch-gym/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 1bb8b6d

Please sign in to comment.