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 81feb12 commit efee795
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM ubuntu

# start with miniconda image
FROM continuumio/miniconda3

Expand Down Expand Up @@ -29,7 +27,7 @@ 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 /opt/conda/bin/condabin init bash
RUN /opt/condabin/conda init bash
RUN conda env create -f environment.yml
RUN apt-get update && apt-get -y install libgmp-dev gcc g++

Expand Down

0 comments on commit efee795

Please sign in to comment.