Skip to content

Commit

Permalink
Changed directory name to oss-arch-gym
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Dec 12, 2023
1 parent 64a8d6e commit 0ed656b
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 @@ -32,14 +32,14 @@ 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
RUN chown -R 1000:root /home/workspace && chmod -R 775 /home/workspace
RUN cd arch-gym && conda env create -f environment.yml
RUN cd oss-arch-gym && 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:
RUN echo "conda activate arch-gym" >> ~/.bashrc
SHELL ["conda", "run", "-n", "arch-gym", "/bin/bash", "--login", "-c"]

RUN cd arch-gym/acme && pip install .[jax,tf,testing,envs] && pip install envlogger[tfds] && cd ../ && pip install -e . && pip install absl-py && pip install scikit-optimize
RUN cd oss-arch-gym/acme && pip install .[jax,tf,testing,envs] && pip install envlogger[tfds] && cd ../ && pip install -e . && pip install absl-py && pip install scikit-optimize
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/bin/conda/envs/arch-gym/lib
RUN echo $LD_LIBRARY_PATH

Expand Down

0 comments on commit 0ed656b

Please sign in to comment.