Skip to content

Commit

Permalink
add tmux to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Mar 27, 2024
1 parent 543bf11 commit ccd6db5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ COPY . .
#jaxmarl from source if needed, all the requirements
RUN pip install -e .

# install tmux
RUN apt-get update && \
apt-get install -y tmux

#disabling preallocation
RUN export XLA_PYTHON_CLIENT_PREALLOCATE=false
#safety measures
Expand Down

0 comments on commit ccd6db5

Please sign in to comment.