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 7215ba4 commit 51b24bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sims/Timeloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update && apt-get -y install libgmp-dev gcc g++

# Make RUN commands use the new environment:
RUN echo "conda activate oss-arch-gym" >> ~/.bashrc
SHELL ["conda", "run", "-n", "oss-arch-gym", "/bin/bash", "--login", "-c"]
CMD conda run -n oss-arch-gym
SHELL ["/bin/bash", "--login", "-c"]

RUN cd 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/oss-arch-gym/lib
Expand Down

0 comments on commit 51b24bf

Please sign in to comment.