Skip to content

Commit

Permalink
ii
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Dec 13, 2023
1 parent e2542b2 commit 3fedfaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update && apt-get -y install libgmp-dev gcc g++
RUN echo "conda activate arch-gym" >> ~/.bashrc
SHELL ["conda", "run", "-n", "arch-gym", "/bin/bash", "--login", "-c"]

RUN cd acme && pip install .[tf,testing,envs,jax]
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 3fedfaa

Please sign in to comment.