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 358c0a7 commit 3f9dec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# start with miniconda image
FROM continuumio/miniconda3
RUN echo "which conda"

RUN if ! id 1000; then useradd -m -u 1000 clouduser; fi

Expand All @@ -23,7 +22,7 @@ RUN touch /home/workspace/.nointro
RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace

#RUN conda install

RUN echo "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
Expand Down

0 comments on commit 3f9dec0

Please sign in to comment.