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 f69013e commit a8d2f52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
# Put conda on the path
ENV PATH=$CONDA_DIR/bin:$PATH

RUN cp -r /usr/local/src .
WORKDIR /home/workspace/src
RUN git clone https://github.com/susobhang70/timeloop-examples.git
WORKDIR /home/workspace/src/timeloop-examples/workspace/final-project/example_designs/eyeriss_like
RUN touch /home/workspace/.nointro
RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace
# RUN cp -r /usr/local/src .
# WORKDIR /home/workspace/src
# RUN git clone https://github.com/susobhang70/timeloop-examples.git
# WORKDIR /home/workspace/src/timeloop-examples/workspace/final-project/example_designs/eyeriss_like
# RUN touch /home/workspace/.nointro
# 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
Expand Down

0 comments on commit a8d2f52

Please sign in to comment.